drupal / local
A local services website template built on Drupal CMS with Canvas with a classic blue and white palette.
1.x-dev
2026-03-13 15:22 UTC
Requires
- drupal/automatic_updates: ^4.1.0
- drupal/autosave_form: ^1.10.0
- drupal/bpmn_io: ^3.0.4
- drupal/canvas: ^1.2.0
- drupal/captcha: ^2.0.10
- drupal/coffee: ^2.0.1
- drupal/consistent: ^1
- drupal/core: ^11.3.5
- drupal/crop: ^2.6.0
- drupal/dashboard: ^2.2.0
- drupal/drupal_cms_helper: ^2
- drupal/drupical: ^1.0.2
- drupal/easy_breadcrumb: ^2.0.9
- drupal/easy_email: ^3.0.7
- drupal/easy_email_theme: ^1.1.0
- drupal/eca: ^3.0.11
- drupal/entity_reference_revisions: ^1.14.0
- drupal/focal_point: ^2.1.2
- drupal/friendlycaptcha: ^1.1.4
- drupal/gin: ^5.0.12
- drupal/gin_login: ^2.1.4
- drupal/gin_toolbar: ^3.0.3
- drupal/honeypot: ^2.2.2
- drupal/jquery_ui: ^1.8.0
- drupal/jquery_ui_resizable: ^2.1.0
- drupal/klaro: ^3.0.8
- drupal/linkit: ^7.0.13
- drupal/login_emailusername: ^3.0.1
- drupal/mailsystem: ^4.5.0
- drupal/media_file_delete: ^1.3.1
- drupal/media_library_bulk_upload: ^1.0.6
- drupal/menu_link_attributes: ^1.6.0
- drupal/modeler_api: ^1.0.7
- drupal/navigation_extra_tools: ^1.3.2
- drupal/paragraphs: ^1.20.0
- drupal/pathauto: ^1.14.0
- drupal/project_browser: ^2.1.3
- drupal/redirect: ^1.12.0
- drupal/sam: ^1.3.2
- drupal/scheduler: ^2.2.2
- drupal/scheduler_content_moderation_integration: ^3.0.4
- drupal/search_api: ^1.40.0
- drupal/search_api_exclude: ^2.0.3
- drupal/svg_image: ^3.2.2
- drupal/symfony_mailer_lite: ^2.0.4
- drupal/tagify: ^1.2.50
- drupal/token: ^1.17.0
- drupal/trash: ^3.0.25
- drupal/view_password: ^6.0.5
This package is auto-updated.
Last update: 2026-03-13 15:23:41 UTC
README
A site template for local government organisations built on Drupal CMS.
What's included
- Content types — Service page and Service landing page, with Pathauto clean URLs
- ECA automation — Service landing pages stay in sync automatically when service pages are published or updated
- Canvas pages — Home, About, and What's on, laid out with Canvas components
- Demo content — Five service sections (Waste, Local Tax, Housing, Parks, Libraries) with 25+ service pages
- Consistent theme — A clean, accessible theme built on the GOV.UK Design System colour palette
Installation for testing before there is a release
1. Create the Drupal CMS project
mkdir my-project
cd my-project
ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms
2. Get the recipes and themes
ddev composer require "drupal/local:1.x-dev@dev" "drupal/consistent:1.x-dev@dev"
Project Structure
├── recipes/
│ ├── local/
│ └── local_bright/
└── web/
└── themes/
└── contrib/
├── consistent/
└── bright/
Usage
Start the DDEV environment:
ddev start
ddev launch