mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/structural_pages.git
synced 2026-05-05 01:10:40 -03:00
13 lines
371 B
JSON
13 lines
371 B
JSON
{
|
|
"name": "imecc/structural_pages_event",
|
|
"description": "Provides Event entity support as parent type for Structural Pages module.",
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"drupal/core": "^10.3 || ^11",
|
|
"imecc/structural_pages": "*",
|
|
"imecc/event_management": "*"
|
|
}
|
|
}
|