Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.fieldtype.yml
1 description: 'Generate field type plugin.'
2 help: 'The <info>generate:plugin:fieldtype</info> command helps you generate a new field type plugin.'
3 welcome: 'Welcome to the Drupal Field Type Plugin generator'
4 options:
5     module: common.options.module
6     class: 'Plugin class name'
7     label: 'Plugin label'
8     plugin-id: 'Plugin id'
9     description: 'Plugin Description'
10     default-widget: 'Default field widget of this plugin'
11     default-formatter: 'Default field formatter of this plugin'
12 questions:
13     module: common.questions.module
14     class: 'Enter the plugin class name'
15     label: 'Enter the plugin label'
16     plugin-id: 'Enter the plugin id'
17     description: 'Enter the plugin Description'
18     default-widget: 'Enter the default field widget of this plugin'
19     default-formatter: 'Enter the default field formatter of this plugin'