Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / generate.entity.bundle.yml
index 211b421ca46c24916a38e216ce3e574db64b7162..f3106b3fc31f988a746a4046295d120f43d16b0a 100644 (file)
@@ -1,13 +1,20 @@
 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.'
+help: 'The <info>generate:contenttype</info> command helps you generate a new content type.'
 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