Browse Source

Bad assumption on my part...

... Seeing the name and the module, figured this schema was just
misplaced... Appears that the `islandora_image` thing is indeed in
`islandora` proper.
pull/898/head
Adam Vessey 3 years ago
parent
commit
adcadd828c
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 4
      config/schema/islandora.schema.yml
  2. 4
      modules/islandora_image/config/schema/islandora_image.schema.yml

4
config/schema/islandora.schema.yml

@ -166,6 +166,10 @@ condition.plugin.node_had_namespace:
pid_field: pid_field:
type: ignore type: ignore
label: 'PID field' label: 'PID field'
field.formatter.settings.islandora_image:
type: field.formatter.settings.image
label: 'Islandora image field display format settings'
condition.plugin.islandora_entity_bundle: condition.plugin.islandora_entity_bundle:
type: condition.plugin type: condition.plugin

4
modules/islandora_image/config/schema/islandora_image.schema.yml

@ -29,7 +29,3 @@ action.configuration.generate_image_derivative:
path: path:
type: text type: text
label: 'File path with extension' label: 'File path with extension'
field.formatter.settings.islandora_image:
type: field.formatter.settings.image
label: 'Islandora image field display format settings'

Loading…
Cancel
Save