- Add an ordered_list dynamic field type (to be refined) - Add tabulator javascript library to project
21 lines
942 B
YAML
21 lines
942 B
YAML
version: "1.0.0"
|
|
name: "Dossier Catalog"
|
|
description: "A Catalog with information in Evie's Library in which several Dossiers can be stored"
|
|
configuration:
|
|
tagging_fields:
|
|
name: "Tagging Fields"
|
|
type: "tagging_fields"
|
|
description: "Define the metadata fields that will be used for tagging documents.
|
|
Each field must have:
|
|
- type: one of 'string', 'integer', 'float', 'date', 'enum'
|
|
- required: boolean indicating if the field is mandatory
|
|
- description: field description
|
|
- allowed_values: list of values (for enum type only)
|
|
- min_value/max_value: range limits (for numeric types only)"
|
|
required: true
|
|
default: {}
|
|
document_version_configurations: ["tagging_fields"]
|
|
metadata:
|
|
author: "System"
|
|
date_added: "2023-01-01"
|
|
description: "A Catalog with information in Evie's Library in which several Dossiers can be stored" |