Initial standalone configurable views pane module

This commit is contained in:
2026-03-04 15:06:41 +11:00
commit f4e6824181
5 changed files with 259 additions and 0 deletions

9
composer.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "custom/configurable_views_pane",
"description": "Drupal module providing configurable views pane block for Page Manager.",
"type": "drupal-module",
"license": "proprietary",
"require": {
"drupal/core": "^10 || ^11"
}
}