Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
15
vendor/drupal/console-en/translations/settings.set.yml
vendored
Normal file
15
vendor/drupal/console-en/translations/settings.set.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
description: 'Change a specific setting value in DrupalConsole config file'
|
||||
arguments:
|
||||
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'
|
||||
messages:
|
||||
error-parsing: 'An error occurs during parsing of YAML file "%s".'
|
||||
error-generating: 'Error setting new language in config file.'
|
||||
error-writing: 'Error writing config file.'
|
||||
success: 'Setting "%s" was set to "%s"'
|
||||
missing-file: 'The "%s" config file is missing, try executing `drupal init`'
|
||||
missing-language: 'Provided language: "%s", not found'
|
||||
examples:
|
||||
- description: 'Set application language setting value to "es"'
|
||||
execution:
|
||||
drupal settings:set application.language es
|
Reference in a new issue