Browse Source

Removing cruft from heartbeat_stream_entity.schema.yml

logicp 8 years ago
parent
commit
66b40a41f4
1 changed files with 0 additions and 51 deletions
  1. 0 51
      config/schema/heartbeat_stream_entity.schema.yml

+ 0 - 51
config/schema/heartbeat_stream_entity.schema.yml

@@ -23,54 +23,3 @@ heartbeat8.heartbeat_stream_entity.*:
     group_type:
       type: string
       label: 'group_type'
-
-
-
-
-
-#   // CTools export definitions.
-#    'export' => array(
-#      'key' => 'message_id',
-#      'key name' => 'Message ID',
-#      'primary key' => 'message_id',
-#      'bulk export' => TRUE,
-#      'identifier' => 'heartbeatmessagetemplate',
-#      'object' => 'HeartbeatMessageTemplate',
-#      'default hook' => 'heartbeat_template_info',
-#      'list callback' => 'heartbeat_templates_names',
-#      'delete callback' => 'heartbeat_message_template_delete',
-#      //'export callback' => 'heartbeat_message_template_export',
-#      'can disable' => TRUE,
-#      'api' => array(
-#        'owner' => 'heartbeat',
-#        'api' => 'heartbeat',
-#        'minimum_version' => 1,
-#        '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'