description: 'Generate a plugin block' help: 'The generate:plugin:block command helps you generate a new Plugin block.' welcome: 'Welcome to the Drupal Plugin Block generator' options: module: common.options.module class: 'Plugin class name' label: 'Plugin label' plugin-id: 'Plugin id' inputs: common.options.inputs services: common.options.services theme-region: 'Theme region to render Plugin Block' questions: module: common.questions.module class: 'Enter the plugin class name' label: 'Enter the plugin label' plugin-id: 'Enter the plugin id' inputs: common.questions.inputs services: common.questions.services theme-region: 'Enter the theme region to render the Plugin Block.' messages: inputs: "\nYou can add input fields to create special configurations in the block.\nThis is optional, press enter to continue" invalid-theme-region: 'Region "%s" is invalid'