pt-core.1.11.2.source-code.ueditor.json Maven / Gradle / Ivy
{
"imageActionName": "uploadimage",
"imageFieldName": "file",
"imageMaxSize": 1024000000,
"imageAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp"
],
"imageCompressEnable": true,
"imageCompressBorder": 1600,
"imageInsertAlign": "none",
"imageUrlPrefix": "",
"imagePathFormat": "\/{yyyy}{mm}\/{time}{rand:6}",
"scrawlActionName": "uploadscrawl",
"scrawlFieldName": "file",
"scrawlPathFormat": "\/{yyyy}{mm}\/{time}{rand:6}",
"scrawlMaxSize": 1024000000,
"scrawlUrlPrefix": "",
"scrawlInsertAlign": "none",
"snapscreenActionName": "uploadimage",
"snapscreenPathFormat": "\/{yyyy}{mm}\/{time}{rand:6}",
"snapscreenUrlPrefix": "",
"snapscreenInsertAlign": "none",
"catcherLocalDomain": [
"127.0.0.1",
"localhost",
"img.baidu.com"
],
"catcherActionName": "catchimage",
"catcherFieldName": "source",
"catcherPathFormat": "\/{yyyy}{mm}\/{time}{rand:6}",
"catcherUrlPrefix": "",
"catcherMaxSize": 1024000000,
"catcherAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp"
],
"videoActionName": "uploadvideo",
"videoFieldName": "file",
"videoPathFormat": "\/Uploads\/Video\/{time}{rand:6}",
"videoUrlPrefix": "",
"videoMaxSize": 10240000000,
"videoAllowFiles": [
".flv",
".swf",
".mkv",
".avi",
".rm",
".rmvb",
".mpeg",
".mpg",
".ogg",
".ogv",
".mov",
".wmv",
".mp4",
".webm",
".mp3",
".wav",
".mid"
],
"fileActionName": "uploadfile",
"fileFieldName": "file",
"filePathFormat": "\/Uploads\/File\/{time}{rand:6}",
"fileUrlPrefix": "",
"fileMaxSize": 10240000000,
"fileAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp",
".flv",
".swf",
".mkv",
".avi",
".rm",
".rmvb",
".mpeg",
".mpg",
".ogg",
".ogv",
".mov",
".wmv",
".mp4",
".webm",
".mp3",
".wav",
".mid",
".rar",
".zip",
".tar",
".gz",
".7z",
".bz2",
".cab",
".iso",
".doc",
".docx",
".xls",
".xlsx",
".ppt",
".pptx",
".pdf",
".txt",
".md",
".xml"
],
"imageManagerActionName": "listimage",
"imageManagerListPath": "\/{yyyy}{mm}\/",
"imageManagerListSize": 200,
"imageManagerUrlPrefix": "",
"imageManagerInsertAlign": "none",
"imageManagerAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp"
],
"fileManagerActionName": "listfile",
"fileManagerListPath": "\/Uploads\/File\/",
"fileManagerUrlPrefix": "",
"fileManagerListSize": 200,
"fileManagerAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp",
".flv",
".swf",
".mkv",
".avi",
".rm",
".rmvb",
".mpeg",
".mpg",
".ogg",
".ogv",
".mov",
".wmv",
".mp4",
".webm",
".mp3",
".wav",
".mid",
".rar",
".zip",
".tar",
".gz",
".7z",
".bz2",
".cab",
".iso",
".doc",
".docx",
".xls",
".xlsx",
".ppt",
".pptx",
".pdf",
".txt",
".md",
".xml"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy