mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2824] Doc review and minor changes to review checker tool (#3466)
This commit is contained in:
committed by
Eugenio Romano
parent
3281891dcd
commit
d152c367aa
@@ -1,6 +1,7 @@
|
||||
---
|
||||
Added: v2.0.0
|
||||
Status: Active
|
||||
Last reviewed: 2018-06-08
|
||||
---
|
||||
|
||||
# Process Instance Details Header component
|
||||
@@ -25,13 +26,15 @@ Sub-component of the process details component, which renders some general infor
|
||||
| -- | -- | -- | -- |
|
||||
| processInstance | [`ProcessInstance`](../../lib/process-services/process-list/models/process-instance.model.ts) | | (**required**) Full details of the process instance to display information about. |
|
||||
|
||||
## Customise the properties showed
|
||||
## Details
|
||||
|
||||
By default all the properties are showed :
|
||||
### Choosing which properties are displayed
|
||||
|
||||
By default all the properties are displayed:
|
||||
**_status_**, **_ended_**, **_category_**, **_businessKey_**, **_assignee_**, **_created_**,**_id_**, **_description_**.
|
||||
|
||||
It is possible to customise the showed properties via "app.config.json".
|
||||
This is how the configuration looks like:
|
||||
You can customize which properties are displayed using a setting in `app.config.json`.
|
||||
The configuration looks like the following sample:
|
||||
|
||||
```json
|
||||
"adf-process-instance-header": {
|
||||
@@ -41,4 +44,4 @@ This is how the configuration looks like:
|
||||
}
|
||||
```
|
||||
|
||||
In this way only the listed properties will be showed.
|
||||
Only the items in the `properties` array will be displayed.
|
Reference in New Issue
Block a user