silverstripe / recipe-authoring-tools
Extra tools for CMS authoring in SilverStripe
Package info
github.com/silverstripe/recipe-authoring-tools
Type:silverstripe-recipe
pkg:composer/silverstripe/recipe-authoring-tools
2.4.0
2025-04-09 23:50 UTC
Requires
- php: ^8.1
- silverstripe/documentconverter: ~3.3.0@stable
- silverstripe/iframe: ~3.3.0@stable
- silverstripe/recipe-cms: ~5.4.0@stable
- silverstripe/recipe-plugin: ~2.1.0@stable
- silverstripe/tagfield: ~3.4.0@stable
- silverstripe/taxonomy: ~3.2.3@stable
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2026-05-15 13:37:44 UTC
README
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.
Installation
composer create-project silverstripe/recipe-authoring-tools ./myproject
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.