mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
SilverStripe recipe for fully featured page and asset content editing
.github/workflows | ||
app/src | ||
public | ||
.cow.json | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
composer.json | ||
LICENSE | ||
phpunit.xml.dist | ||
README.md |
Silverstripe CMS Recipe
Base page and asset content-editing recipe for a Silverstripe (http://silverstripe.org) installation. This includes the modules:
Provided by [silverstripe/recipe-core]:
- framework: Module including the base framework
- config: Core config library
- assets: Filesystem module
Provided by [silverstripe/recipe-cms]:
- admin
- asset-admin
- campaign-admin
- versioned-admin
- cms
- errorpage
- reports
- graphql
- session-manager
- siteconfig
- versioned
This can be either added to an existing project or used as a project base for creating a fully featured Silverstripe CMS project.
See the recipe plugin page for instructions on how Silverstripe recipes work.