Support for custom builds in ckeditor:install #180
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature Request
Currently
ckeditor:install
console command supports downloading prebuild official releases — basic, standard and full. I would suggest to support also custom builds which are generated by CKEditor website.Each custom build has its own ID which can be used as part of URL. For example, my own custom build generated on official ckeditor website has ID 5af1ea2fd3c9442ab08af09ec2423ce6 and it's possible to download it using this URL: http://ckeditor.com/builder/download/5af1ea2fd3c9442ab08af09ec2423ce6 Information about this feature (and build ID) is placed inside
build-config.js
file in generated archive.From user perspective this can be implemented by adding to
ckeditor:install
command new option called--build
with build ID as value. Of course,--build
and--release
could not be used at the same time.The text was updated successfully, but these errors were encountered: