Version 1
[yaffs-website] / vendor / drupal / console / templates / module / system.action.action.yml.twig
diff --git a/vendor/drupal/console/templates/module/system.action.action.yml.twig b/vendor/drupal/console/templates/module/system.action.action.yml.twig
new file mode 100644 (file)
index 0000000..28aec15
--- /dev/null
@@ -0,0 +1,11 @@
+id: {{ plugin_id }}
+label: '{{ label }}'
+status: true
+langcode: en
+type: {{ type }}
+plugin: {{ plugin_id }}
+dependencies:
+  module:
+    - {{ type }}
+    - {{ module }}
+