silverstripe / recipe-authoring-tools
Extra tools for CMS authoring in SilverStripe
Installs: 133 911
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 2
Open Issues: 0
Type:silverstripe-recipe
Requires
- php: ^8.1
- silverstripe/documentconverter: ~3.3.0@stable
- silverstripe/iframe: ~3.2.1@stable
- silverstripe/recipe-cms: ~5.3.0@stable
- silverstripe/recipe-plugin: ~2.0.1@stable
- silverstripe/tagfield: ~3.3.0@stable
- silverstripe/taxonomy: ~3.2.2@stable
Requires (Dev)
- phpunit/phpunit: ^9.6
- 3.x-dev
- 2.x-dev
- 2.3.x-dev
- 2.3.0
- 2.3.0-rc1
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.0
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.x-dev
- 1.13.x-dev
- 1.13.0
- 1.13.0-rc1
- 1.13.0-beta1
- 1.12.x-dev
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.1
- 1.7.1-rc1
- 1.7.1-beta1
- 1.7.0
- 1.7.0-rc1
- 1.6.x-dev
- 1.6.1
- 1.6.1-rc1
- 1.6.0
- 1.6.0-rc1
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.1-rc1
- 1.5.0
- 1.5.0-rc2
- 1.5.0-rc1
- 1.4.x-dev
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.2.x-dev
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-rc1
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- dev-master
This package is auto-updated.
Last update: 2024-11-04 01:37:51 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.