- Replace old implementation of PROCESSOR_TYPES and CATALOG_TYPES with the new cached approach
- Add an ordered_list dynamic field type (to be refined) - Add tabulator javascript library to project
This commit is contained in:
21
config/catalogs/globals/DOSSIER_CATALOG/1.0.0.yaml
Normal file
21
config/catalogs/globals/DOSSIER_CATALOG/1.0.0.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user