diff --git a/core/config/schema/core.data_types.schema.yml b/core/config/schema/core.data_types.schema.yml index c695934..b247c6b 100644 --- a/core/config/schema/core.data_types.schema.yml +++ b/core/config/schema/core.data_types.schema.yml @@ -191,6 +191,15 @@ views_field_bulk_form: 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: diff --git a/core/modules/node/config/schema/node.views.schema.yml b/core/modules/node/config/schema/node.views.schema.yml index a672177..0b16f94 100644 --- a/core/modules/node/config/schema/node.views.schema.yml +++ b/core/modules/node/config/schema/node.views.schema.yml @@ -147,16 +147,6 @@ views.field.node_link_edit: views.field.node_bulk_form: type: views_field_bulk_form label: 'Node bulk form' - mapping: - include_exclude: - type: string - label: 'Available actions' - selected_actions: - type: sequence - label: 'Available actions' - sequence: - - type: string - label: 'Action' views.field.node_path: type: views_field