You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a feature request. I think this is the spot?
I loved Redactor. I could just paste my JSON configs between projects and not think about it.
I dread setting up a new CKEditor site, in particular the config part. I can't just drop my config files in like I could with redactor. I need to go into the Plugin setting, add an entry, manually drag CKEditor buttons around a control panel, add custom JSON for anchor tags because (bafflingly) CKEditor doesn't have a "_blank" option in the a tags, save it, repeat for a few extra styles., deploy it.
If I forgot a button lik e"bold" and just want to upload a tweak to the config file, I need to fire up local. Change the plugin. Get the config file change. Run a proper backup in prod - which is usually load balanced for us - zip fils, back up the db, run a prop QA, make sure I have a way to revert etc. then deploy the change, hope there's no issues. And then I can have my front end button config change. It can be a bit dreadful.
Can we enable the ability to configure these in a config file or php like we did with redactor?
Additional info
Craft version: 4 or 5
The text was updated successfully, but these errors were encountered:
Description
This is more of a feature request. I think this is the spot?
I loved Redactor. I could just paste my JSON configs between projects and not think about it.
I dread setting up a new CKEditor site, in particular the config part. I can't just drop my config files in like I could with redactor. I need to go into the Plugin setting, add an entry, manually drag CKEditor buttons around a control panel, add custom JSON for anchor tags because (bafflingly) CKEditor doesn't have a "_blank" option in the a tags, save it, repeat for a few extra styles., deploy it.
If I forgot a button lik e"bold" and just want to upload a tweak to the config file, I need to fire up local. Change the plugin. Get the config file change. Run a proper backup in prod - which is usually load balanced for us - zip fils, back up the db, run a prop QA, make sure I have a way to revert etc. then deploy the change, hope there's no issues. And then I can have my front end button config change. It can be a bit dreadful.
Can we enable the ability to configure these in a config file or php like we did with redactor?
Additional info
The text was updated successfully, but these errors were encountered: