a47e9b7e06c1a761a95fce5e2d8b6aa2147ac92b
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.fieldformatter.yml
1 description: 'Generate field formatter plugin.'
2 help: 'The <info>generate:plugin:fieldformatter</info> command helps you generate a new field formatter plugin.'
3 welcome: 'Welcome to the Drupal Field Formatter Plugin generator'
4 options:
5     module: common.options.module
6     class: 'Plugin class name'
7     label: 'Plugin label'
8     plugin-id: 'Plugin id'
9     field-type: 'Field type the plugin can be used with'
10 questions:
11     module: common.questions.module
12     class: 'Enter the plugin class name'
13     label: 'Enter the plugin label'
14     plugin-id: 'Enter the plugin id'
15     field-type: 'Enter the field type the plugin can be used with'