User tests: Successful: Unsuccessful:
Pull Request for Issue # .
HTMLHelper::includeRelativeFiles
to accept the template as an objectHTMLHelper::image
, HTMLHelper::stylesheet
and HTMLHelper::script
to accept the template as an object in the optionsgetTemplate()
in the apps to also have the client_id in the returned objectHTMLHelper::stylesheet
in the tinyMCE for the editor.css
(solves also the .min bug)Apply the patch in the current 4.1
Verify that the editor.css is loading as expected
Apply #35874 and then this PR
Verify that the editor.css is loading as expected
The changes ARE B/C, nothing is breaking here. The concept of passing the template as an object to the 3 helper functions means that we don't have to replicate the existing relative loading procedure in the tinyMCE (maybe it would be helpful for other scenarios)
@bembelimen @laoneo @wilsonge could you guys review this one?
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries Front End Plugins |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-11-11 16:59:52 |
Closed_By | ⇒ | dgrammatiko |
replaced by #36011