silverstripe / recipe-content-blocks
Add content blocks to your Silverstripe CMS project
Installs: 103 632
Dependents: 3
Suggesters: 2
Security: 0
Stars: 3
Watchers: 12
Forks: 1
Open Issues: 1
Type:silverstripe-recipe
Requires
- php: ^8.1
- dnadesign/silverstripe-elemental: ~5.3.0@stable
- silverstripe/elemental-bannerblock: ~3.3.0@stable
- silverstripe/elemental-fileblock: ~3.1.0@stable
- silverstripe/recipe-cms: ~5.3.0@stable
- silverstripe/recipe-plugin: ~2.0.1@stable
Requires (Dev)
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^9.6
- silverstripe/standards: ^1
Suggests
- dnadesign/silverstripe-elemental-userforms: Add integration logic for Elemental and Userforms
- 4.x-dev
- 3.x-dev
- 3.3.x-dev
- 3.3.0
- 3.3.0-rc1
- 3.3.0-beta1
- 3.2.x-dev
- 3.2.0
- 3.2.0-rc1
- 3.2.0-beta1
- 3.1.x-dev
- 3.1.0
- 3.1.0-rc1
- 3.1.0-beta1
- 3.0.x-dev
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta2
- 3.0.0-beta1
- 2.x-dev
- 2.13.x-dev
- 2.13.0
- 2.13.0-rc1
- 2.13.0-beta1
- 2.12.x-dev
- 2.12.0
- 2.12.0-rc1
- 2.12.0-beta1
- 2.11.x-dev
- 2.11.0
- 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
- dev-master
This package is auto-updated.
Last update: 2024-11-04 01:39:05 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.
Installation
composer create-project silverstripe/recipe-content-blocks ./myproject
More information
See the recipe plugin page for instructions on how Silverstripe CMS recipes work.