Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.block.yml
1 description: 'Generate a plugin block'
2 help: 'The <info>generate:plugin:block</info> command helps you generate a new Plugin block.'
3 welcome: 'Welcome to the Drupal Plugin Block generator'
4 options:
5     module: common.options.module
6     class: 'Plugin class name'
7     label: 'Plugin label'
8     plugin-id: 'Plugin id'
9     inputs: common.options.inputs
10     services: common.options.services
11     theme-region: 'Theme region to render Plugin Block'
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     inputs: common.questions.inputs
18     services: common.questions.services
19     theme-region: 'Enter the theme region to render the Plugin Block.'
20 messages:
21     inputs: "\nYou can add input fields to create special configurations in the block.\nThis is optional, press <info>enter</info> to <info>continue</info>"
22     invalid-theme-region: 'Region "%s" is invalid'