diff --git a/core/modules/entity_reference/config/schema/entity_reference.schema.yml b/core/modules/entity_reference/config/schema/entity_reference.schema.yml index 4a3aefb..0abe2b9 100644 --- a/core/modules/entity_reference/config/schema/entity_reference.schema.yml +++ b/core/modules/entity_reference/config/schema/entity_reference.schema.yml @@ -34,19 +34,6 @@ entity_reference.default.handler_settings: type: mapping label: 'View handler settings' mapping: - filter: - type: mapping - label: 'Filter settings' - mapping: - type: - type: string - label: 'Filter by' - role: - type: sequence - label: 'Restrict to the selected roles' - sequence: - - type: string - label: 'Role' target_bundles: type: sequence label: 'types' @@ -63,6 +50,19 @@ entity_reference.default.handler_settings: direction: type: string label: 'Sort direction' + filter: + type: mapping + label: 'Filter settings' + mapping: + type: + type: string + label: 'Filter by' + role: + type: sequence + label: 'Restrict to the selected roles' + sequence: + - type: string + label: 'Role' auto_create: type: boolean label: 'Create referenced entities if they don''t already exist'