Install latest Joomla 4.
Install any extension that uses these constants:
COM_MODULES_FIELD_MODULECLASS_SFX_DESC
COM_MODULES_FIELD_CACHING_DESC
In Joomla 3 these constants where like this:
COM_MODULES_FIELD_MODULECLASS_SFX_DESC="A suffix to be applied to the CSS class of the module. This allows for individual module styling."
COM_MODULES_FIELD_CACHING_DESC="Use the global cache setting to cache the content of this module or disable caching for this module."
Extensions that are using these constants do now show to the end user:
COM_MODULES_FIELD_MODULECLASS_SFX_DESC
COM_MODULES_FIELD_CACHING_DESC
Which is expected
J 4.0.3
PHP 7.4
Are these options now depreciated? We did look if we could find some info about this but to no avail.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Within core, we don't use those descriptions anymore as we thought there is no meaningful information in it. So it got removed with a lot of other descriptions.
Of course you still can add a description yourself in your extension, but you need to provide your own language string for it then.
Ah and also keep in mind that the moduleclass_sfx
param no longer is a suffix. We just kept the name for B/C reasons, but it's a simple module class now, no suffix anymore. So the old description doesn't fit anymore anyway.
This should be closed as the question has been answered.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-15 10:14:37 |
Closed_By | ⇒ | Quy |
See discussion here:
#35580