Skip to content
Snippets Groups Projects
Commit 80b50ed9 authored by Siju Mathew's avatar Siju Mathew Committed by Sascha Grossenbacher
Browse files

Issue #3411001 by sijumpk: Schema for search_fields is in deprecated format

parent d1ee7921
No related branches found
No related tags found
1 merge request!37Updating schema to new format
Pipeline #76550 passed with warnings
...@@ -8,8 +8,8 @@ entity_reference_revisions.default.handler_settings: ...@@ -8,8 +8,8 @@ entity_reference_revisions.default.handler_settings:
type: sequence type: sequence
label: 'types' label: 'types'
sequence: sequence:
- type: string type: string
label: 'Type' label: 'Type'
sort: sort:
type: mapping type: mapping
label: 'Sort settings' label: 'Sort settings'
...@@ -31,8 +31,8 @@ entity_reference_revisions.default.handler_settings: ...@@ -31,8 +31,8 @@ entity_reference_revisions.default.handler_settings:
type: sequence type: sequence
label: 'Restrict to the selected roles' label: 'Restrict to the selected roles'
sequence: sequence:
- type: string type: string
label: 'Role' label: 'Role'
auto_create: auto_create:
type: boolean type: boolean
label: 'Create referenced entities if they don''t already exist' label: 'Create referenced entities if they don''t already exist'
......
...@@ -16,5 +16,5 @@ views.style.entity_reference_revisions: ...@@ -16,5 +16,5 @@ views.style.entity_reference_revisions:
type: sequence type: sequence
label: 'Search fields' label: 'Search fields'
sequence: sequence:
- type: string type: string
label: 'Search field' label: 'Search field'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment