Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 additions and 0 deletions

View File

@ -0,0 +1,34 @@
drupal.contextual-links:
version: VERSION
js:
# Ensure to run before contextual/drupal.context-toolbar.
js/contextual.js: { weight: -2 }
css:
component:
css/contextual.module.css: {}
theme:
css/contextual.theme.css: {}
css/contextual.icons.theme.css: {}
dependencies:
- core/jquery
- core/drupal
- core/drupal.ajax
- core/drupalSettings
- core/once
- core/drupal.touchevents-test
drupal.contextual-toolbar:
version: VERSION
js:
js/toolbar/contextualToolbarModelView.js: {}
js/contextual.toolbar.js: {}
css:
component:
css/contextual.toolbar.css: {}
dependencies:
- core/jquery
- contextual/drupal.contextual-links
- core/drupal
- core/once
- core/drupal.tabbingmanager
- core/drupal.announce