diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md index 14eb598016..59e18b501f 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -369,13 +369,15 @@ DocumentList provides simple breadcrumb element to indicate the current position ## Dropdown Site Component -DocumentList provides simple dropdown element to show sites for the current logged in user. +DocumentList now provides a simple dropdown component to show and interact with the sites of the current user. ```html ``` +![Dropdown sites](docs/assets/document-list-dropdown-list.png) + ### Events diff --git a/ng2-components/ng2-alfresco-documentlist/docs/assets/document-list-dropdown-list.png b/ng2-components/ng2-alfresco-documentlist/docs/assets/document-list-dropdown-list.png new file mode 100644 index 0000000000..d8d8b94040 Binary files /dev/null and b/ng2-components/ng2-alfresco-documentlist/docs/assets/document-list-dropdown-list.png differ diff --git a/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json b/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json index 46d2acc5af..736148e672 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json @@ -14,7 +14,7 @@ }, "DROPDOWN": { "PLACEHOLDER_LABEL": "Site List", - "DEFAULT_OPTION": "No Site Chosen" + "DEFAULT_OPTION": "Default" }, "NODE_SELECTOR": { "CANCEL": "Cancel",