1
0

Include the full ckeditor, using composer (#148)

This shall make it easier for users to customize the editor
This commit is contained in:
onli
2014-05-12 21:40:05 +02:00
parent 1b80ba69a1
commit f1348373cb
12 changed files with 613 additions and 0 deletions

14
htmlarea/composer.json Normal file
View File

@ -0,0 +1,14 @@
{
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"ckeditor": "dev-full/latest"
},
"config": {
"vendor-dir": "."
}
}