We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2283ab0 commit 70bcf00Copy full SHA for 70bcf00
config/schema/islandora.schema.yml
@@ -231,6 +231,21 @@ reaction.plugin.delete:
231
reaction.plugin.derivative:
232
type: islandora.reaction.actions
233
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
+
249
field.widget.settings.media_track:
250
type: field.widget.settings.file_generic
251
0 commit comments