Site Manager Developer Manual / Version 2107
Table Of Contents
In some cases, users are not required to use workflows. You can completely hide all references to the workflow
component in the editor by setting the attribute
enableWorkflow
of the
<Editor>
element.
<Editor enableWorkflow="false"> . . . </Editor>
Example 3.4. Disabling the workflow in the editor.xml
Attribute |
Description |
---|---|
|
If "false", removes all references to the workflow component from the GUI and ensures that no connection to the workflow server is established. Default is "true". |
Table 3.7. An attribute of the element Editor