mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-9200] - Be able to customise task/process list and header date f… (#7711)
* [AAE-9200] - Be able to customise task/process list and header date formats * Update json schema * Revert schema changes * Update task and process name translation values * move task/process header date formats inside header config * Add documentation * Update documentation * Use a fixed timezone for unit tests of core and cloud * Fix e2e due to column rename * More e2e fixes due to column rename, remove test covered by unit test
This commit is contained in:
@@ -50,6 +50,14 @@ However, you can also choose which properties to show using a configuration in `
|
||||
|
||||
With this configuration, only the four listed properties will be shown.
|
||||
|
||||
You can also define the date format of the date properties using a configuration in `app.config.json`:
|
||||
|
||||
```json
|
||||
"adf-cloud-process-header": {
|
||||
"defaultDateFormat": "full"
|
||||
}
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [Process header cloud service](../../process-services-cloud/services/process-header-cloud.service.md)
|
||||
|
Reference in New Issue
Block a user