The Authoring Dashboard portlet allows users to manage contents in draft and ones which need to be approved or published.
This is an example of the Authoring Dashboard portlet used in Content:
Packaging: This portlet is packaged in the
authoring-apps.war
file.
Portlet class name:
org.exoplatform.wcm.webui.authoring.UIWCMDashboardPortlet
Preference | Type | Value | Description |
---|---|---|---|
workspace |
String
|
Collaboration
| Name of the workspace. |
drive |
String
|
Collaboration
| Name of the drive. |
<portlet-preferences>
<preference>
<name>workspace</name>
<value>collaboration</value>
<read-only>false</read-only>
</preference>
<preference>
<name>drive</name>
<value>collaboration</value>
<read-only>false</read-only>
</preference>
</portlet-preferences>