? Pending

User tests: Successful: Unsuccessful:

avatar korenevskiy
korenevskiy
10 Mar 2021

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.

avatar korenevskiy korenevskiy - open - 10 Mar 2021
avatar korenevskiy korenevskiy - change - 10 Mar 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 10 Mar 2021
Category Libraries
avatar korenevskiy korenevskiy - change - 10 Mar 2021
The description was changed
avatar korenevskiy korenevskiy - edited - 10 Mar 2021
avatar Quy Quy - change - 23 Jan 2022
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2022-01-23 00:37:30
Closed_By Quy
Labels Added: ?
avatar Quy
Quy - comment - 23 Jan 2022

Included in PR #35184

avatar Quy Quy - close - 23 Jan 2022

Add a Comment

Login with GitHub to post a comment