-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.4
-
None
-
MOODLE_34_STABLE
I noticed when creating a child theme of the boost theme that values set in the parent's theme (i.e. boost) were not overriden by the child theme.
From what I can see, the reason for that is in the find_theme_config (outputlib.php): the child theme config is included BEFORE the parent's theme config.
It seems to be counterintuitive, am I wrong ?
Is there any reason for that except that the child's config file must me loaded first to get information about any parent's theme (i.e. $THEME->parents) ?
- has a non-specific relationship to
-
MDL-52403 child theme theme_config parent theme_config contains child settings.
-
- Closed
-
-
MDL-77069 Simplify the creation and working of Child theme
-
- Open
-
-
MDL-79319 Theme layouts should inherit from parent theme
-
- Waiting for component lead review
-
- has been marked as being related by
-
MDL-69982 get_pre_scss_code does not apply parent theme setting when a child theme is set
-
- Closed
-