diff --git a/demo-shell-ng2/src/app/components/files/files.component.html b/demo-shell-ng2/src/app/components/files/files.component.html index 14c272ecc8..77fa0e3f60 100644 --- a/demo-shell-ng2/src/app/components/files/files.component.html +++ b/demo-shell-ng2/src/app/components/files/files.component.html @@ -1,6 +1,6 @@
- +
diff --git a/docs/sites-dropdown.component.md b/docs/sites-dropdown.component.md index d522b1169f..8c4969a61f 100644 --- a/docs/sites-dropdown.component.md +++ b/docs/sites-dropdown.component.md @@ -9,6 +9,7 @@ Displays a dropdown menu to show and interact with the sites of the current user - [Basic Usage](#basic-usage) + * [Properties](#properties) * [Events](#events) @@ -23,6 +24,12 @@ Displays a dropdown menu to show and interact with the sites of the current user ``` +### Properties + +| Attribute | Type | Default | Description | +| --- | --- | --- | --- | +| hideMyFiles | boolean | false | Hide the "My Files" option added to the list by default | + ### Events | Name | Returned Type | Description | diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/site-dropdown/sites-dropdown.component.html b/ng2-components/ng2-alfresco-documentlist/src/components/site-dropdown/sites-dropdown.component.html index 5050c85add..d15d07f12c 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/site-dropdown/sites-dropdown.component.html +++ b/ng2-components/ng2-alfresco-documentlist/src/components/site-dropdown/sites-dropdown.component.html @@ -1,11 +1,14 @@