diff --git a/docs/task-details.component.md b/docs/task-details.component.md index ce24f6534f..1bc57e9430 100644 --- a/docs/task-details.component.md +++ b/docs/task-details.component.md @@ -37,6 +37,7 @@ Shows the details of the task id passed in input | showFormCompleteButton | boolean | true | Toggle rendering of the Form `Complete` outcome button | | peopleIconImageUrl | string | | Define a custom people icon image | | showHeader | boolean | true | Toggle task details Header component | +| showHeaderContent | boolean | true | Toggle collapsed/expanded state of the Header component | | showInvolvePeople | boolean | true | Toggle `Involve People` feature for Header component | | showComments | boolean | true | Toggle `Comments` feature for Header component | | showChecklist | boolean | true | Toggle `Checklist` feature for Header component | diff --git a/lib/process-services/task-list/components/task-details.component.html b/lib/process-services/task-list/components/task-details.component.html index d16f172153..0b26e70845 100644 --- a/lib/process-services/task-list/components/task-details.component.html +++ b/lib/process-services/task-list/components/task-details.component.html @@ -50,7 +50,7 @@