This package is no longer in-use. There is no recommended alternative.
Extra CMS functionality recipe for a CWP 2 installation. This includes the following core SilverStripe and CWP modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- cwp/cwp-recipe-core: CWP core functionality recipe
- cwp/cwp: Additional CMS functionality, page types, configuration
- cwp/cwp-pdfexport: Add PDF exporting to pages
- silverstripe/html5: Add HTML5 support to the CMS
- symbiote/silverstripe-gridfieldextensions: Extra feature components for GridFields
This can be either added to an existing project or used as a project base for creating a basic CWP install.
You can create a project using Composer:
composer create-project cwp/cwp-recipe-cms ./cwp2-cms ^2
See the recipe plugin page for instructions on how SilverStripe recipes work.