Go to the backend and to a module of which you know that settings are described in the xml file by using "description". For example like this:
<field name="team-mitarbeiter" label="CSS team-mitarbeiter-Klasse" size="10" type="text" default="" filter="raw" description="Fügen Sie weitere CSS-Definitionen hinzu. Die team-mitarbeiter-Klasse umfasst alle Mitarbeiter der Abteilung." />
The purpose of this description is that it is displayed to the user. On the picture in the grey text
The description is not displayed, as it seems in all modules.
Joomla 4.1.5 (Linux and Windows Server)
Is there a solution to this?
Labels |
Added:
No Code Attached Yet
|
Maybe @brianteeman have a better hint for you.
@Fedik All right, I have now seen how to show the help. Thanks for the link!
But this does not yet work for "repeatable" xml fields. These are always displayed. That's why I thought something was wrong here.
@brianteeman Should I close the ticket or do you still want to keep pursuing this?
if it works for you, you can close
Simplest solution is the hint Attribute, add information like a placeholder.
Good, thank you all!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-06-24 15:29:31 |
Closed_By | ⇒ | Gratia-Mira |
By default it hidden with
d-none
(no idea why)joomla-cms/layouts/joomla/form/renderfield.php
Line 40 in 54ed990
in theory you can add attribute
inlineHelp="true"
to enable it back (from #37819)But in quick test it does not work for me.
Probably some bugs.
UPD: found, it hidden because this #35610