Working copy support#
Volto supports Plone's working copy feature.
To enable it, you need to install the add-on plone.app.iterate
in your Plone site.
You can do that either in Plone's Add-ons control panel or using the GenericSetup
facility.
Features#
Volto working copy support features include:
"Checkout" any content (except Plone site object) and create a working copy of that content
Work on the working copy
"Check in" the working copy by applying the changes into the original (baseline) object
Cancel the working copy if required
Volto configuration#
Removed in version Volto: 18.8.0
This setting is no longer used.
If you have an older version of Volto, you also need to enable working copy support in Volto's configuration object as follows.
import config from '@plone/volto/registry'
config.settings.hasWorkingCopySupport = true;