silverstripe / recipe-content-blocks
Add content blocks to your Silverstripe CMS project
Installs: 50 739
Dependents: 3
Suggesters: 2
Security: 0
Stars: 4
Watchers: 10
Forks: 1
Open Issues: 0
Type:silverstripe-recipe
Requires
- php: ^7.4 || ^8.0
- dnadesign/silverstripe-elemental: ~4.9.0@rc
- silverstripe/elemental-bannerblock: ~2.5.0@rc
- silverstripe/elemental-fileblock: ~2.4.0@rc
- silverstripe/recipe-cms: ~4.11.0@rc
- silverstripe/recipe-plugin: ^1
Requires (Dev)
- phpunit/phpunit: ^9.5
Suggests
- dnadesign/silverstripe-elemental-userforms: Add integration logic for Elemental and Userforms
- dev-master / 3.x-dev
- 2.x-dev
- 2.11.x-dev
- 2.11.0-rc1
- 2.11.0-beta1
- 2.10.x-dev
- 2.10.0
- 2.10.0-rc1
- 2.10.0-beta1
- 2.9.x-dev
- 2.9.0
- 2.9.0-rc1
- 2.9.0-beta1
- 2.9.0-alpha1
- 2.8.x-dev
- 2.8.0
- 2.8.0-rc1
- 2.8.0-beta1
- 2.7.x-dev
- 2.7.1
- 2.7.1-rc1
- 2.7.1-beta1
- 2.7.0
- 2.7.0-rc1
- 2.6.x-dev
- 2.6.1
- 2.6.1-rc1
- 2.6.0
- 2.6.0-rc1
- 2.5.x-dev
- 2.5.2
- 2.5.1
- 2.5.1-rc1
- 2.5.0
- 2.5.0-rc2
- 2.5.0-rc1
- 2.4.x-dev
- 2.4.1
- 2.4.0
- 2.4.0-rc1
- 2.3.x-dev
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-rc2
- 2.3.0-rc1
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-rc1
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc2
- 2.0.0-rc1
- 2.0.0-beta1
- 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
This package is auto-updated.
Last update: 2022-05-30 03:25:01 UTC
README
This includes the following core and supported Silverstripe CMS modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- dnadesign/silverstripe-elemental: Adds content "elements" to your pages
- silverstripe/elemental-fileblock: A file block for the dnadesign/silverstripe-elemental module
- silverstripe/elemental-bannerblock: A banner block for the dnadesign/silverstripe-elemental module
This can be either added to an existing project or used as a project base for creating a basic install.
Get started
You can create a project using Composer:
composer create-project silverstripe/recipe-content-blocks ./myproject ^2
More information
See the recipe plugin page for instructions on how Silverstripe CMS recipes work.