Extra CMS functionality recipe for a CWP 2 installation. This includes the following core Silverstripe and community modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/contentreview: Mark a page in Silverstripe CMS with a date and an owner for future review
- silverstripe/sharedraftcontent: Share draft page content with non-CMS users
- symbiote/silverstripe-advancedworkflow: A highly configurable step-based workflow module.
This can be either added to an existing project or used as a project base for creating a basic CWP install.
composer create-project silverstripe/recipe-collaboration ./myproject
See the recipe plugin page for instructions on how Silverstripe recipes work.