settings:set
Change a specific setting value in DrupalConsole config file
Utilização:
drupal settings:set [arguments]
Argumentos disponíveis
Argumento | Detalhes |
---|---|
name | Setting name in YAML flatten format to set a value in Drupal Console config file |
value | Setting value to set in Drupal Console config file |
Exemplos
Set application language setting value to "es"
drupal settings:set application.language es