mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/structural_pages.git
synced 2026-03-09 10:07:40 -03:00
Add a vocabulary selector to the settings form so the site section vocabulary is no longer hardcoded. Remove node bundle checkboxes (section_page/content_page are always included), keep user and group as configurable parent targets. All hardcoded 'site_sections' references in PHP replaced with dynamic config reads via helper. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
292 B
YAML
13 lines
292 B
YAML
site_section_vocabulary: site_sections
|
|
allowed_parent_targets:
|
|
- entity_type: taxonomy_term
|
|
bundle: site_sections
|
|
- entity_type: node
|
|
bundle: section_page
|
|
- entity_type: node
|
|
bundle: content_page
|
|
- entity_type: user
|
|
bundle: user
|
|
- entity_type: group
|
|
bundle: '*'
|