Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / state.override.yml
1 description: 'Override a State key.'
2 help: 'Override a State key.'
3 arguments:
4   key: 'The State key to override.'
5   value: 'The State value to set.'
6 messages:
7   key: 'State key'
8   original: 'Original value'
9   override: 'Override value'
10 errors:
11   no-key: 'You must provide a State key to override.'
12   no-value: 'You must provide a State value to set.'
13 examples:
14   - description: 'Override state value specifying the state name and the new value'
15     execution: |
16       drupal state:override  comment.node_comment_statistics_scale "!!float 1"