Skip to content

Commit 70bcf00

Browse files
committed
first attempt at a schema.
1 parent 2283ab0 commit 70bcf00

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/schema/islandora.schema.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,21 @@ reaction.plugin.delete:
231231
reaction.plugin.derivative:
232232
type: islandora.reaction.actions
233233

234+
search_api.property_configuration.entity_reference_with_term:
235+
type: mapping
236+
label: 'Entity reference filtered by term configuration'
237+
mapping:
238+
filter_terms:
239+
type: sequence
240+
label: 'Filter terms to find on related entities'
241+
orderby: value
242+
require_all:
243+
type: boolean
244+
label: 'Whether to require all terms, or any term.'
245+
target_type:
246+
type: string
247+
label: 'The target entity type of this field.'
248+
234249
field.widget.settings.media_track:
235250
type: field.widget.settings.file_generic
236251

0 commit comments

Comments
 (0)