(Joomla 4)
In the JConfig (configuration.php) there is a value for MetaTitle
public $MetaTitle = true;It is always set to true on installation by ConfigurationModel.php:456
There is no field in the Global Configuration for this param.
It is only used once in the whole of Joomla 4, and that is in components/com_newsfeeds/src/View/Newsfeed/HtmlView.php:311
However its value will ALWAYS be true in Joomla 4, because there is no Global Configuration field for this param, and its set to true at installation time.
It is also the only class param in JConfig that phpStorm greys out.
Do we remove the param creation at installation time and remove the feature in newsfeeds?
or
Do we add a field in Joomla Global Configuration to configure this field?
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-18 09:46:27 |
| Closed_By | ⇒ | PhilETaylor |
PR [4.0] metatitle in newsfeed display #33939