Initial ethoFS Integration
This commit is contained in:
42
assets/dashboard/plugins/tinymce/composer.json
Normal file
42
assets/dashboard/plugins/tinymce/composer.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "tinymce/tinymce",
|
||||
"version": "4.4.1",
|
||||
"description": "Web based JavaScript HTML WYSIWYG editor control.",
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
],
|
||||
"keywords": [
|
||||
"editor",
|
||||
"wysiwyg",
|
||||
"tinymce",
|
||||
"richtext",
|
||||
"javascript",
|
||||
"html"
|
||||
],
|
||||
"homepage": "http://www.tinymce.com",
|
||||
"type": "component",
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"tinymce.js",
|
||||
"plugins/*/plugin.js",
|
||||
"themes/*/theme.js"
|
||||
],
|
||||
"files": [
|
||||
"tinymce.min.js",
|
||||
"plugins/*/plugin.min.js",
|
||||
"themes/*/theme.min.js",
|
||||
"skins/**"
|
||||
]
|
||||
}
|
||||
},
|
||||
"archive": {
|
||||
"exclude": [
|
||||
"readme.md",
|
||||
"bower.js",
|
||||
"package.json",
|
||||
".npmignore",
|
||||
"changelog.txt"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user