diff --git a/core/modules/system/config/schema/system.data_types.schema.yml b/core/modules/system/config/schema/system.data_types.schema.yml index ab375b6..6ada1c4 100644 --- a/core/modules/system/config/schema/system.data_types.schema.yml +++ b/core/modules/system/config/schema/system.data_types.schema.yml @@ -84,3 +84,18 @@ filter: status: type: boolean label: 'Enabled' + +# Array of routes with route_name and route_params keys. +route: + type: mapping + label: 'Route' + mapping: + route_name: + type: text + label: 'Route Name' + route_params: + type: sequence + label: 'Route Params' + sequence: + - type: string + label: 'Param' diff --git a/core/modules/tour/config/schema/tour.schema.yml b/core/modules/tour/config/schema/tour.schema.yml index 5019200..9ac1082 100644 --- a/core/modules/tour/config/schema/tour.schema.yml +++ b/core/modules/tour/config/schema/tour.schema.yml @@ -68,19 +68,3 @@ tour.tip.text: body: type: text label: 'Body' - -route: - type: mapping - label: 'Route' - mapping: - route_name: - type: text - label: 'Route Name' - route_params: - type: sequence - label: 'Route Params' - sequence: - - type: string - label: 'Param' - -