Skip to content

Commit

Permalink
first attempt at a schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Feb 22, 2023
1 parent 2283ab0 commit 70bcf00
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/schema/islandora.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,21 @@ reaction.plugin.delete:
reaction.plugin.derivative:
type: islandora.reaction.actions

search_api.property_configuration.entity_reference_with_term:
type: mapping
label: 'Entity reference filtered by term configuration'
mapping:
filter_terms:
type: sequence
label: 'Filter terms to find on related entities'
orderby: value
require_all:
type: boolean
label: 'Whether to require all terms, or any term.'
target_type:
type: string
label: 'The target entity type of this field.'

field.widget.settings.media_track:
type: field.widget.settings.file_generic

Expand Down

0 comments on commit 70bcf00

Please sign in to comment.