Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.entity.content.yml
diff --git a/vendor/drupal/console-en/translations/generate.entity.content.yml b/vendor/drupal/console-en/translations/generate.entity.content.yml
new file mode 100644 (file)
index 0000000..63ed3c4
--- /dev/null
@@ -0,0 +1,19 @@
+description: 'Generate a new content entity'
+help: ''
+options:
+    module: common.options.module
+    entity-class: 'The content entity class'
+    entity-name: 'The content entity name'
+    label: 'The label'
+    has-bundles: 'Entity has bundles'
+    base-path: 'The base-path for the content entity routes'
+    is-translatable: 'Content entity translatable'
+questions:
+    module: common.questions.module
+    entity-class: 'Enter the class of your new content entity'
+    entity-name: 'Enter the machine name of your new content entity'
+    label: 'Enter the label of your new content entity'
+    has-bundles: 'Do you want this (content) entity to have bundles'
+    base-path: 'Enter the base-path for the content entity routes'
+    is-translatable: 'Is your entity translatable'
+    revisionable: 'Is your entity revisionable'