silverstripe/recipe-kitchen-sink

Internal testing Silverstripe CMS recipe for all modules, optional and suggested

Installs: 1 070

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 9

Forks: 5

Open Issues: 0

Language:Twig

Type:silverstripe-recipe

5.2.0 2024-04-15 03:06 UTC

README

CI

The kitchen sink is an internal recipe used for testing the full Silverstripe CMS feature sets, including optional and suggested modules.

Get started

You can create a project using Composer:

composer create-project silverstripe/recipe-kitchen-sink ./cms-sink ^4

More information

See the recipe plugin page for instructions on how Silverstripe CMS recipes work.

Troubleshooting

Page and PageController parent classes

When installing the kitchen sink, your project Page and PageController subclasses may be set to extend SiteTree and ContentController. This is only an issue with the kitchen sink recipe, and requires you to manually change the parent classes to CWP's BasePage and BasePageController.