Browse Source

Adding schema to define exportable configuration entity representing the Heartbeat Stream Config

logicp 8 years ago
parent
commit
f94ce70d9c
1 changed files with 48 additions and 6 deletions
  1. 48 6
      config/schema/heartbeat_stream_entity.schema.yml

+ 48 - 6
config/schema/heartbeat_stream_entity.schema.yml

@@ -2,14 +2,30 @@ heartbeat8.heartbeat_stream_entity.*:
   type: config_entity
   label: 'Heartbeat stream entity config'
   mapping:
-    id:
+    hid:
+      type: serial
+      label: 'hid'
+    message_id:
       type: string
-      label: 'ID'
-    label:
-      type: label
-      label: 'Label'
-    uuid:
+      label: 'message_id'
+    description:
+      type: string
+      label: 'description'
+    message:
+      type: string
+      label: 'message'
+    message_concat:
       type: string
+      label: 'message_concat'
+    perms:
+      type: integer
+      label: 'perms'
+    group_type:
+      type: string
+      label: 'group_type'
+
+
+
 
 
 #   // CTools export definitions.
@@ -32,3 +48,29 @@ heartbeat8.heartbeat_stream_entity.*:
 #        'current_version' => 1,
 #      ),
 #    ),
+
+node.type.*:
+  type: config_entity
+  label: 'Content type'
+  mapping:
+    name:
+      type: label
+      label: 'Name'
+    type:
+      type: string
+      label: 'Machine-readable name'
+    description:
+      type: text
+      label: 'Description'
+    help:
+      type: text
+      label: 'Explanation or submission guidelines'
+    new_revision:
+      type: boolean
+      label: 'Whether a new revision should be created by default'
+    preview_mode:
+      type: integer
+      label: 'Preview before submitting'
+    display_submitted:
+      type: boolean
+      label: 'Display setting for author and date Submitted by post information'