Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.export.content.type.yml
index 597af8ae1bd1b4e8629916a9377abf4faa14a7b9..488f2f961d5a94e9264db8735923ae1b26308039 100644 (file)
@@ -5,6 +5,19 @@ questions:
     content-type: 'Content Type to be exported'
     optional-config: 'Export content type in module as an optional configuration'
 messages:
-    content_type_exported: 'Exporting content type'
+    content-type-exported: 'Exporting content type'
 options:
     optional-config: 'Export content type as an optional YAML configuration in your module'
+    remove-uuid: 'If set, the configuration will be exported without uuid key.'
+    remove-config-hash: 'If set, the configuration will be exported without the default site hash key.'
+examples:
+    - description: 'Provide a content type  and module name'
+      execution: |
+        drupal config:export:content:type page \
+          --module="demo"
+    - description: 'If you want export content type provide the optional config'
+      execution: |
+        drupal config:export:content:type page \
+          --module="demo" \
+          --optional-config 
+