create OCFL node.json files for each node and associated media/files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
735 B

ocfl_export.settings:
type: config_object
label: 'OCFL Export settings'
mapping:
storage_root:
type: string
label: 'Storage root path'
auto_export_enabled:
type: boolean
label: 'Enable automatic export on node save'
content_types:
type: sequence
label: 'Content types to export'
sequence:
type: string
label: 'Content type machine name'
auto_export_media_enabled:
type: boolean
label: 'Enable automatic export on media save'
media_types:
type: sequence
label: 'Media types to export'
sequence:
type: string
label: 'Media type machine name'
ocfl_version:
type: string
label: 'OCFL version'