Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.entity.bundle.yml
index 211b421ca46c24916a38e216ce3e574db64b7162..1e15dd4748bc94e4ec5fdf4b909025bc21cde8aa 100644 (file)
@@ -2,12 +2,19 @@ description: 'Generate a new content type (node / entity bundle)'
 help: 'Use: generate:contenttype <fancy> <Fancy> to create a new content type name with the machine name of fancy and the human-readable name of Fancy.'
 welcome: 'Welcome to the Drupal Content Type generator'
 options:
-    module: common.options.module
-    bundle-name: 'The content type''s machine name'
-    bundle-title: 'The content type''s human-readable name'
+  module: 'The Module name.'
+  bundle-name: 'The content type''s machine name'
+  bundle-title: 'The content type''s human-readable name'
 questions:
-    module: common.questions.module
-    bundle-name: 'Enter the machine name of your new content type'
-    bundle-title: 'Enter the human-readable name of your new content type'
+  module: 'Enter the module name'
+  bundle-name: 'Enter the machine name of your new content type'
+  bundle-title: 'Enter the human-readable name of your new content type'
 message:
-    error-state1: placeholder
+  error-state1: placeholder
+examples:
+  - description: 'Generate bundle entity specifying the module, the bundle name and its title'
+    execution: |
+      drupal generate:entity:bundle  \
+        --module="modulename"  \
+        --bundle-name="default"  \
+        --bundle-title="default"
\ No newline at end of file