Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.entity.config.yml
1 description: 'Generate a new config entity'
2 help: ''
3 options:
4     module: common.options.module
5     entity-class: 'The config entity class'
6     entity-name: 'The config entity name'
7     label: 'The label'
8     bundle-of: 'Acts as bundle for content entities'
9     base-path: 'The base-path for the config entity routes'
10 questions:
11     module: common.questions.module
12     entity-class: 'Enter the class of your new config entity'
13     entity-name: 'Enter the name of your new config entity'
14     label: 'Enter the label of your new config entity'
15     bundle-of: 'Name of the content entity you want this (config) entity to act as a bundle for'
16     base-path: 'Enter the base-path for the config entity routes'