This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/settings.set.yml
2018-11-23 12:29:20 +00:00

16 lines
750 B
YAML

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