config:override
Override config value in active configuration.
Usage:
drupal config:override [arguments] [options]
co
Available options
Option | Details |
---|---|
--key | Key |
--value | Value |
Available arguments
Argument | Details |
---|---|
name | Configuration name |
Examples
Override options from the Who's new view
drupal config:override views.view.who_s_new \
--key='langcode' \
--key='label' \
--key='display.default.position' \
--value='es' \
--value='New label' \
--value='1'