Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / configuration-entity / config / schema / model.schema.yml.twig
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/module/configuration-entity/config/schema/model.schema.yml.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/module/configuration-entity/config/schema/model.schema.yml.twig
new file mode 100644 (file)
index 0000000..6b60a8c
--- /dev/null
@@ -0,0 +1,14 @@
+{{ machine_name }}.{{ entity_type_id }}.*:
+  type: config_entity
+  label: {{ entity_type_label }}
+  mapping:
+    id:
+      type: string
+      label: ID
+    label:
+      type: label
+      label: Label
+    uuid:
+      type: string
+    description:
+      type: string