drupal/lumora_db

A site recipe that pairs the lumora_theme base components with Drupal's Display Builder + UI Patterns stack.

Maintainers

Package info

git.drupalcode.org/project/lumora_db.git

Homepage

Issues

Type:drupal-recipe

pkg:composer/drupal/lumora_db

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

1.0.0-alpha1 2026-05-06 15:48 UTC

This package is auto-updated.

Last update: 2026-05-07 07:27:45 UTC


README

A site recipe that pairs the lumora_theme base components with Drupal's Display Builder + UI Patterns stack.

lumora_db is the Display-Builder counterpart of the Canvas-based lumora_canvas recipe: it exposes the same lumora_theme SDC components, but composes pages with Display Builder and UI Patterns instead of Drupal Canvas.

What it installs

  • The lumora_theme theme (set as the default).
  • DaisyUI starter theme (ui_suite_daisyui) — design tokens lumora_theme builds on.
  • Display Builder + UI submodules (display_builder_ui, display_builder_entity_view, display_builder_page_layout, display_builder_views).
  • UI Patterns + the sub-modules that wire SDC components into blocks, views, fields, field formatters, layouts, and the patterns library.
  • Drupal Canvas + the ui_patterns_canvas bridge, so the two stacks coexist. Canvas ships with Drupal CMS, and its PropShape class is type-hinted to its own SDC manager — without the bridge, UI Patterns' decorator triggers a TypeError during install. Pages can still be authored exclusively with Display Builder.
  • UI Icons with picker, CKEditor 5 integration, field plugin, and patterns bridge.
  • UI Skins + UI Styles for theme-level styling controls.
  • The standard supporting recipes from Drupal CMS: admin UI, anti-spam, authentication, media, basic privacy, basic SEO, forms, and Easy Email Express.

Requirements

  • Drupal 11.1+
  • PHP 8.3+

Installation

composer require drupal/lumora_db
php core/scripts/drupal recipe recipes/contrib/lumora_db
drush cache:rebuild

After installation, browse to /patterns/library to view the available lumora_theme components, and use Structure → Display Builder to start composing pages.

License

GPL-2.0-or-later. See LICENSE.txt.