Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.export.content.type.yml
1 description: 'Export a specific content type and their fields.'
2 arguments:
3     content-type: 'Content Type to be exported'
4 questions:
5     content-type: 'Content Type to be exported'
6     optional-config: 'Export content type in module as an optional configuration'
7 messages:
8     content-type-exported: 'Exporting content type'
9 options:
10     optional-config: 'Export content type as an optional YAML configuration in your module'
11     remove-uuid: 'If set, the configuration will be exported without uuid key.'
12     remove-config-hash: 'If set, the configuration will be exported without the default site hash key.'
13 examples:
14     - description: 'Provide a content type  and module name'
15       execution: |
16         drupal config:export:content:type page \
17           --module="demo"
18     - description: 'If you want export content type provide the optional config'
19       execution: |
20         drupal config:export:content:type page \
21           --module="demo" \
22           --optional-config 
23