Version 1
[yaffs-website] / vendor / drupal / console / templates / module / config / schema / entity.schema.yml.twig
diff --git a/vendor/drupal/console/templates/module/config/schema/entity.schema.yml.twig b/vendor/drupal/console/templates/module/config/schema/entity.schema.yml.twig
new file mode 100644 (file)
index 0000000..91f111c
--- /dev/null
@@ -0,0 +1,12 @@
+{{ module }}.{{ entity_name }}.*:
+  type: config_entity
+  label: '{{ label }} config'
+  mapping:
+    id:
+      type: string
+      label: 'ID'
+    label:
+      type: label
+      label: 'Label'
+    uuid:
+      type: string