Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.entity.content.yml
1 description: 'Generate a new content entity'
2 help: ''
3 options:
4     module: common.options.module
5     entity-class: 'The content entity class'
6     entity-name: 'The content entity name'
7     label: 'The label'
8     has-bundles: 'Entity has bundles'
9     base-path: 'The base-path for the content entity routes'
10     is-translatable: 'Content entity translatable'
11 questions:
12     module: common.questions.module
13     entity-class: 'Enter the class of your new content entity'
14     entity-name: 'Enter the machine name of your new content entity'
15     label: 'Enter the label of your new content entity'
16     has-bundles: 'Do you want this (content) entity to have bundles'
17     base-path: 'Enter the base-path for the content entity routes'
18     is-translatable: 'Is your entity translatable'
19     revisionable: 'Is your entity revisionable'