arsthanea / kunstmaan-system-pages-bundle
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 0
pkg:composer/arsthanea/kunstmaan-system-pages-bundle
Requires
- kunstmaan/bundles-cms: ~3.0
This package is not auto-updated.
Last update: 2025-10-26 01:17:10 UTC
README
Use dynamic content in your controllers. When defining a route, add _internal_name:
# routing.yml
my_static_route:
path: /example
controller: …
defaults:
_internal_name: example_page
If you publish a page with internal name equal to example_page, it will be available in $request->attributes and in twig:
page and nodetranslation. Standard Kunstmaan CMS functions (titles, breadcrumbs, metadata) should work out of the box.