ckeditor / ckeditor4-presets

CKEditor 4 presets builder.
18 stars 27 forks source link

Remove/change validation in build.sh #36

Closed wwalc closed 4 years ago

wwalc commented 4 years ago

I just tried to create a new preset with a new name and encountered an error - it is impossible to run build.sh because it allows just 3 different predefined names (basic, standard, full).

The following lines could be modified: https://github.com/ckeditor/ckeditor4-presets/blob/master/build.sh#L34-L46 Instead build.sh could check the presets folder for a given name and exit with an error if the build config and the editor config with given name do not exist.