Closed (fixed)
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2026 at 09:30 UTC
Updated:
2 Jul 2026 at 11:45 UTC
Jump to comment: Most recent
It would be beneficial if the radix:page component would set the variables for
in advance, instead of directly passing the variables values with the include for radix:page-content.
This would allow for easier overriding of these variables in a subtheme by just setting the variable in the subtheme template and not having to repeat the whole include in the subtheme.
see MR.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
stefan.kornComment #4
stefan.kornComment #6
doxigo commentedThanks Stefan, left a minor comment on the PR, could you adjust so I can merge?
Comment #7
doxigo commentedFixed it, thanks for the MR