From 3889a9564ac33ef624d019cb9273ea97528840c6 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 22 Feb 2023 16:03:37 -0400 Subject: [PATCH] first attempt at a schema. --- config/schema/islandora.schema.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/schema/islandora.schema.yml b/config/schema/islandora.schema.yml index 49de998b..062bb78a 100644 --- a/config/schema/islandora.schema.yml +++ b/config/schema/islandora.schema.yml @@ -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