Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.type.yaml.yml
diff --git a/vendor/drupal/console-en/translations/generate.plugin.type.yaml.yml b/vendor/drupal/console-en/translations/generate.plugin.type.yaml.yml
new file mode 100644 (file)
index 0000000..f44ca53
--- /dev/null
@@ -0,0 +1,13 @@
+description: 'Generate a plugin type with Yaml discovery'
+help: 'The <info>generate:plugin:type:yaml</info> command helps you generate a new Plugin type that uses Yaml discovery.'
+welcome: 'Welcome to the Drupal Plugin Type generator'
+options:
+    module: common.options.module
+    class: 'Plugin type class name'
+    plugin-name: 'Plugin type machine name'
+    plugin-file-name: 'Plugin file name'
+questions:
+    module: common.questions.module
+    class: 'Enter the plugin type class name'
+    plugin-name: 'Enter the plugin type machine name'
+    plugin-file-name: 'Enter the plugin file name (e.g. MODULE.plugin.filename.yml)'