Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.field.yml
1 description: 'Generate field type, widget and formatter plugins.'
2 help: 'The <info>generate:plugin:field</info> command helps you generate a full set of field plugin: field type, field formatter and field widget.'
3 welcome: 'Welcome to the Drupal Field Plugin generator'
4 options:
5     module: common.options.module
6     type-class: 'Field type plugin class name'
7     type-label: 'Field type plugin label'
8     type-plugin-id: 'Field type plugin id'
9     type-description: 'Field type plugin description'
10     formatter-class: 'Field formatter plugin class name'
11     formatter-label: 'Field formatter plugin label'
12     formatter-plugin-id: 'Field formatter plugin id'
13     widget-class: 'Field widget plugin class name'
14     widget-label: 'Field widget plugin label'
15     widget-plugin-id: 'Field widget plugin id'
16     field-type: 'Field type the formatter and widget plugin can be used with'
17     default-widget: 'Default field widget of the field type plugin'
18     default-formatter: 'Default field formatter of field type plugin'
19 questions:
20     module: common.questions.module
21     type-class: 'Field type plugin class name'
22     type-label: 'Enter the field type plugin label'
23     type-plugin-id: 'Enter the field type plugin id'
24     type-description: 'Enter the field type plugin description'
25     formatter-class: 'Enter the field formatter plugin class name'
26     formatter-label: 'Enter the field formatter plugin label'
27     formatter-plugin-id: 'Enter the field formatter plugin id'
28     widget-class: 'Enter the field widget plugin class name'
29     widget-label: 'Enter the field widget plugin label'
30     widget-plugin-id: 'Enter the field widget plugin id'
31     field-type: 'Enter the field type the formatter and widget plugin can be used with'
32     default-widget: 'Enter the default field widget of the field type plugin'
33     default-formatter: 'Enter the default field formatter of field type plugin'