[ADF-2824] Reviewed docs for core and content services (#3290)

* [ADF-2824] Reviewed card view docs

* [ADF-2824] Reviewed doc for core and content services

* [ADF-2824] Added class name exception to prop script
This commit is contained in:
Andy Stark
2018-05-09 15:03:22 +01:00
committed by Eugenio Romano
parent 3a3acd23ff
commit 06992196cd
15 changed files with 390 additions and 247 deletions

View File

@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
Last reviewed: 2018-05-08
---
# File Uploading Dialog Component

View File

@@ -1,11 +1,12 @@
---
Added: v2.0.0
Status: Active
Last reviewed: 2018-05-08
---
# Node Permission service
Manages the role permissions for the content nodes
Manages role permissions for content nodes.
## Class members
@@ -28,12 +29,12 @@ Manages the role permissions for the content nodes
## Details
This service needs the support for the groups api fo content services that is available from version 5.2.1
This service requires the Content Services Groups API, which is available from version 5.2.1.
See the
[Groups API](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/GroupssApi.md)
in the Alfresco JS API for more information about the types returned by Tag
service methods and for the implementation of the REST API the service is
[Groups API docs](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/GroupssApi.md)
in the Alfresco JS API for more information about the types returned by
the methods and for the implementation of the REST API the service is
based on.
## See also

View File

@@ -1,11 +1,12 @@
---
Added: v2.0.0
Status: Experimental
Last reviewed: 2018-05-08
---
# Version List component
Displays the version history of a node in a Version Manager component
Displays the version history of a node in a Version Manager component.
### Basic Usage
@@ -27,8 +28,8 @@ Displays the version history of a node in a Version Manager component
## Details
Inside the version manager component, there is the underlying VersionListComponent.
The VersionListComponent loads and displays the version history of a node.
This component is used by the Version Manager component to
load and displays the version history of a node.
## See also