acsf-tools icon indicating copy to clipboard operation
acsf-tools copied to clipboard

config-set(cset) with sfml for multiple key values

Open mashirulcts opened this issue 1 year ago • 0 comments

I want to run cset command along with sfml for multiple key values. For single key values that is working fine for me.

Below is the cset command which is working for a single site alias:

drush @alias config:set editor.editor.rich_text \? '{ "dependencies": { "module": [ "ckeditor5" ] }, "editor": "ckeditor5", "settings": { "toolbar": { "items": [ "bold", "italic", "link", "bulletedList", "numberedList", "heading", "subscript", "superscript", "insertTable" ] } } }' --input-format=yaml

Now, I want to execute the same cset command along with sfml. Please let me know what will be the format for that.

mashirulcts avatar Jun 16 '23 03:06 mashirulcts