forked from techdivision/ckstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 886 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "techdivision/ckstyles",
"description": "Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration",
"type": "neos-plugin",
"license": "GPL-3.0+",
"homepage": "https://www.techdivision.com",
"keywords": [ "ckeditor", "inline", "editing", "styling", "wysiwyg", "classes", "neos", "flow" ],
"authors": [
{
"name": "Neos developer team",
"email": "[email protected]",
"homepage": "https://www.techdivision.com",
"role": "Developer"
}
],
"require": {
"neos/neos-ui": ">=3.8 <8.0"
},
"extra": {
"neos": {
"package-key": "TechDivision.CkStyles",
"loading-order": {
"after": [
"neos/neos"
]
}
}
}
}