Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.entity.bundle.yml
1 description: 'Generate a new content type (node / entity bundle)'
2 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.'
3 welcome: 'Welcome to the Drupal Content Type generator'
4 options:
5   module: 'The Module name.'
6   bundle-name: 'The content type''s machine name'
7   bundle-title: 'The content type''s human-readable name'
8 questions:
9   module: 'Enter the module name'
10   bundle-name: 'Enter the machine name of your new content type'
11   bundle-title: 'Enter the human-readable name of your new content type'
12 message:
13   error-state1: placeholder
14 examples:
15   - description: 'Generate bundle entity specifying the module, the bundle name and its title'
16     execution: |
17       drupal generate:entity:bundle  \
18         --module="modulename"  \
19         --bundle-name="default"  \
20         --bundle-title="default"