You are looking at documentation for an older release. Not what you want? See the current release documentation.
The ActionServiceContainer
component is used to manage actions (adding, removing, or executing actions, and more) in the system. The
configuration of this component is found in
/core/core-configuration/src/main/webapp/WEB-INF/conf/wcm-core/core-services-configuration.xml
.
<component>
<key>org.exoplatform.services.cms.actions.ActionServiceContainer</key>
<type>org.exoplatform.services.cms.actions.impl.ActionServiceContainerImpl</type>
<init-params>
<value-param>
<name>workspace</name>
<value>system</value>
</value-param>
<value-param>
<name>repository</name>
<value>repository</value>
</value-param>
</init-params>
</component>
Details:
Value-param:
Name | Type | Value | Description |
---|---|---|---|
workspace |
string
|
system
| The workspace name. |
repository |
string
|
repository
| The repository name. |