Fedir Zinchuk
Fedir Zinchuk
Yes, it probably because of an issue in scss, I wrote in the fitrst comment. Need to check that for fancy-select style.
> After installing and redirecting to login page, then it is in dark mode. Does your OS use Dark Mode? if yes, then it is expected I guess.
I can do another option, it is not a problem for me. But I have seen that current modal option looks bad anyway. What other thinks? :)
On second thought, another "modal" option will be very confusing, we can probably close it and keep BS here, or rebase to 6-dev
I am sorry to say, but the fix is wrong. Checking for `plugins/content/finder` is needed but you removing it here. What probably needed to fix #42296 is to do an...
@alikon the original code has been changed, and has been moved from controller to the layout, please see #42447. Please sync your changes with it.
Sorry, this looks wrong, the layout already have "description" rendering, https://github.com/joomla/joomla-cms/blob/e42c9d5e64b3f1379fac8067e9c27bddc440211e/layouts/joomla/content/options_default.php#L26-L28 Need to look why it does not work as expected.
Then we have to fix that, instead of hardcoding. From what I see the description already expected from `$displayData->description` in same way as label done with `$displayData->name`
The description need to be added here https://github.com/joomla/joomla-cms/blob/e7f5cc182bb1cd39c7f085d529888ac4fa6fc77e/administrator/components/com_config/tmpl/application/default_seo.php#L16 Beside `$this->name`: ``` $this->name = 'blabla name' $this->description = 'blabla description'; ``` But, this also means that every other layouts in `../tmpl/application`...