X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fconfig%2Fschema%2Fcore.data_types.schema.yml;h=b3941643c5dac52ec22f7b9d17b394c5303e8980;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=a11eedcbc003cd81c4cd20ca2481681f26096fd9;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/config/schema/core.data_types.schema.yml b/web/core/config/schema/core.data_types.schema.yml index a11eedcbc..b3941643c 100644 --- a/web/core/config/schema/core.data_types.schema.yml +++ b/web/core/config/schema/core.data_types.schema.yml @@ -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'