Skip to content

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

@mashirulcts

Description

@mashirulcts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions