User tests: Successful: Unsuccessful:
Replace code in field
$options = array();
to
$options = parent::getOptions();
This will allow you to add additional tags to the XML field at your own discretion.
Example:
<field name="user_tag" type="moduletag"
label="HTML-Tag"
default="div" >
<option value="span">span</option>
</field>
The same is true for the headertag
type field
.
In principle, it is desirable to make corrections for many fields.
For the Tag
field is desirable.
But for the User
field, this is clearly not necessary.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-23 00:37:30 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Included in PR #35184