Remove sidebar functionality from task details (#2719)

This commit is contained in:
Popovics András
2017-11-23 19:42:50 +00:00
committed by Eugenio Romano
parent 440759c66b
commit 16428a8109
4 changed files with 6 additions and 27 deletions

View File

@@ -37,7 +37,6 @@ 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 |