d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

61 lines
1.7 KiB

# druid theme — Drupal info metadata.
#
# The `libraries:` list below is attached on every page and is ordered to
# match the CSS cascade (layers → reset → tokens → base → layout →
# components → utilities). Don't reorder or remove entries from it:
# css/layers.css must parse before any `@layer NAME { … }` block, and the
# rest of the architecture assumes that load sequence. See CLAUDE.md for
# the full overview.
#
# The `libraries-extend:` block at the bottom maps core library names to
# theme libraries that should attach whenever the core library is in use.
# This is how conditional component CSS (dialog, dropbutton, file, etc.)
# loads only on pages that actually use those widgets.
name: Druid
type: theme
"base theme": stable9
version: 1.0.0
libraries:
- druid/layers
- druid/reset
- druid/fonts
- druid/tokens
- druid/base
- druid/layout
- druid/components
- druid/utilities
- druid/behaviors
- druid/messages
libraries-extend:
user/drupal.user:
- druid/user
core/drupal.dropbutton:
- druid/dropbutton
core/drupal.dialog:
- druid/dialog
file/drupal.file:
- druid/file
core/drupal.item-list:
- druid/item-list
core/drupal.progress:
- druid/progress
core/drupal.tablesort:
- druid/drupal.tablesort
description: ""
screenshot: druid.jpg
core_version_requirement: ^11
generator: "starterkit_theme:11.3.7"
regions:
top_nav_left: "Top navigation (left)"
top_nav_right: "Top navigation (right)"
header: "Header"
primary_menu: "Primary menu"
secondary_menu: "Secondary menu"
breadcrumb: "Breadcrumb"
highlighted: "Highlighted"
help: "Help"
content: "Content"
sidebar_first: "Sidebar first"
sidebar_second: "Sidebar second"
footer: "Footer"