From 7ee97efdcae7e6376840b0e9ba223f32d4a837b2 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 15 Feb 2017 13:42:11 +0000 Subject: [PATCH] #1173 fix doc documentlist --- 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 44d44beb64..79adda6848 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -176,7 +176,7 @@ The properties currentFolderId, folderNode and node are the entry initialization | `folderNode` | `MinimalNodeEntryEntity` | null | Currently displayed folder node | | `node` | `NodePaging` | null | Document list will show all the node contained in the NodePaging entity | | `navigate` | boolean | true | Toggles navigation to folder content or file preview | -| `navigationMode` | string (click\|dblclick) | dblclick | User interaction for folder navigation or file preview | +| `navigationMode` | string (click,dblclick) | dblclick | User interaction for folder navigation or file preview | | `thumbnails` | boolean | false | Show document thumbnails rather than icons | | `fallbackThumbnail` | string | | Path to fallback image to use if the row thumbnail is missing | | `multiselect` | boolean | false | Toggles multiselect mode |