SilverStripe authoring tools recipe
This includes the following core SilverStripe modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/documentconverter: Imports OpenOffice-compatible files (doc, docx, etc) into SilverStripe pages and content
- silverstripe/iframe: Provides an IFrame page type that allows you to embed an IFrame into a page without resorting to custom code
- silverstripe/spellcheck: Improves spellcheck support for SilverStripe CMS, including an implementation for HunSpell
- silverstripe/tagfield: SilverStripe module for editing tags (both in the CMS and other forms)
- silverstripe/taxonomy: Provides the capability to add and edit simple taxonomies within SilverStripe
This can be either added to an existing project or used as a project base for creating a basic CWP install.
Get started
You can create a project using Composer:
composer create-project silverstripe/recipe-authoring-tools ./myproject ^1
More information
See the recipe plugin page for instructions on how SilverStripe recipes work.