mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2298] Process Header - Make it customizable from config file (#2944)
* [ADF-2298] Process Header - Make it customizable from config file * Added customization to process instance header through config file * [ADF-2298] Process Header - Make it customizable from config file * Fixed tests * Added documentation
This commit is contained in:
committed by
Maurizio Vitale
parent
b08e2eced7
commit
c51d76f5a2
@@ -388,6 +388,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"adf-process-instance-header": {
|
||||
"description": "Process instance header component configuration",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"presets": {
|
||||
"description": "Presets for process instance header component",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"properties": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": [ "status", "ended", "category", "businessKey", "assignee", "created", "id", "description" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"adf-process-list": {
|
||||
"description": "Process list component configuration",
|
||||
"type": "object",
|
||||
|
Reference in New Issue
Block a user