-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Steps to reproduce the issue
I created a plugin overrride for plugins/system/accessibility by creating a copy of plugins/system/accessibility/accessibility.php to a new directory templates/rt_horizon/html/plg_system_accessibility and modified the icon code in there according to this advice:
https://github.com/joomla/joomla-cms/issues/30277#issuecomment-668702327
Expected result
The accessibility plugin icon should change on the front end.
Actual result
There is no change.
System information (as much as possible)
Joomla 4.1.4
Browser Firefox 100.0.2 (64-bit)
Additional comments
I then made the same change to the core file plugins/system/accessibility/accessibility.php and got the expected result I wanted.
I'm assuming that this plugin is not overridable according to this Joomla documentation explanation https://docs.joomla.org/J3.x:Layout_Overrides_in_Joomla#Plugin_Alternative_Layouts_.28Overriding_a_Plugin.29
I would prefer a new feature to allow you to customise the plugin output with plugin parameters. If this can't be done can you at least allow this plugin to be overriden?