From 2449da995b64b7181b26d3e8ca9f4b5045252579 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 22 Jul 2017 16:03:36 +0100 Subject: [PATCH] Update README.md --- ng2-components/ng2-alfresco-documentlist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md index 857509187c..82bbad4d9d 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -1060,7 +1060,7 @@ The permissionsStyle array can define different styles depending from the permi [PermissionStyleModel](https://github.com/Alfresco/alfresco-ng2-components/blob/master/ng2-components/ng2-alfresco-documentlist/src/models/permissions-style.model.ts) | Property | Description | -| --- | --- | --- | --- | +| --- | --- | | isFile/isFolder | allow you to select if you want apply the style to file/folder nodes | | permission | is an enum value [Permissions](https://github.com/Alfresco/alfresco-ng2-core/blob/master/ng2-components/ng2-alfresco-documentlist/src/models/permissions.enum.ts) | | css| the name of the class to add |