Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / config / schema / core.data_types.schema.yml
index a11eedcbc003cd81c4cd20ca2481681f26096fd9..b3941643c5dac52ec22f7b9d17b394c5303e8980 100644 (file)
@@ -28,6 +28,9 @@ email:
 integer:
   label: 'Integer'
   class: '\Drupal\Core\TypedData\Plugin\DataType\IntegerData'
+timestamp:
+  label: 'Timestamp'
+  class: '\Drupal\Core\TypedData\Plugin\DataType\Timestamp'
 float:
   label: 'Float'
   class: '\Drupal\Core\TypedData\Plugin\DataType\FloatData'
@@ -213,23 +216,6 @@ theme_settings:
       sequence:
         type: theme_settings.third_party.[%key]
 
-views_field_bulk_form:
-  type: views_field
-  label: 'Bulk operation'
-  mapping:
-    action_title:
-      type: label
-      label: 'Action title'
-    include_exclude:
-      type: string
-      label: 'Available actions'
-    selected_actions:
-      type: sequence
-      label: 'Available actions'
-      sequence:
-        type: string
-        label: 'Action'
-
 # Array of routes with route_name and route_params keys.
 route:
   type: mapping
@@ -301,6 +287,9 @@ config_entity:
     _core:
       type: _core_config_info
 
+block.settings.*:
+  type: block_settings
+
 block_settings:
   type: mapping
   label: 'Block settings'