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="userHeader_tag" type="headertag"
label="HTML-Tag"
default="div" >
<option value="span">span</option>
</field>
.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-23 00:37:20 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Included in PR #35184