ede70183372ae904d6742bfc516f18967130d829
[yaffs-website] / vendor / drupal / console-en / translations / config.export.view.yml
1 description: 'Export a view in YAML format inside a provided module to reuse in other website.'
2 messages:
3     view_exported: 'View exported sucessfully'
4     depencies-included: 'The following module dependencies were included at "%s"'
5 questions:
6     view: 'View to be exported'
7     optional-config: 'Export view in module as an optional configuration'
8     include-module-dependencies: 'Include view module dependencies in module info YAML file'
9 arguments:
10     view-id: 'View ID'
11 options:
12     optional-config: 'Export view as an optional YAML configuration in your module'
13     include-module-dependencies: 'Include module dependencies in module info YAML file'
14 examples:
15     - description: 'Provide a view id'
16       execution: drupal config:export:view viewid
17     - description: 'You can provide the interactive values like parameter.'
18       execution: |
19         drupal config:export:view viewid \
20           --module="modulename" \
21           --optional-config \
22           --include-module-dependencies
23