Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- |--------------------------------------------------------------------------
- | Specifies the allowed file types.
- |--------------------------------------------------------------------------
- |
- |
- */
- "fileDefinitions" => [
- "assetExtensions" => [
- "jpg",
- "jpeg",
- "bmp",
- "png",
- "gif",
- "svg",
- "js",
- "map",
- "ico",
- "css",
- "less",
- "scss",
- "pdf",
- "swf",
- "txt",
- "xml",
- "xls",
- "eot",
- "woff",
- "woff2",
- "ttf",
- "flv",
- "wmv",
- "mp3",
- "ogg",
- "wav",
- "avi",
- "mov",
- "mp4",
- "mpeg",
- "webm",
- "mkv",
- "rar",
- "zip",
- ],
- "defaultExtensions" => [
- "jpg",
- "jpeg",
- "bmp",
- "png",
- "gif",
- "svg",
- "js",
- "map",
- "ico",
- "css",
- "less",
- "scss",
- "pdf",
- "swf",
- "txt",
- "xml",
- "xls",
- "eot",
- "woff",
- "woff2",
- "ttf",
- "flv",
- "wmv",
- "mp3",
- "ogg",
- "wav",
- "avi",
- "mov",
- "mp4",
- "mpeg",
- "webm",
- "mkv",
- "rar",
- "zip",
- ],
- ],
- ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement