Settings:
1) Superadmin "No Filter"
2) TinyMCE - Joomla! Textfilter Settings: YES
Try to add <span class="fa fa-phone fa-3x sr-contact“></span> <p>123-456-6789</p>
in a module.
The code should be accepted.
The code is stripped out.
Settings:
1) TinyMCE - Joomla! Textfilter Settings: NO
Allowed elements: class, span
Try to add <span class="fa fa-phone fa-3x sr-contact“></span> <p>123-456-6789</p>
in a module.
The code should be accepted.
The code is stripped out.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-07-04 14:17:22 |
Closed_By | ⇒ | brianteeman |
For 1:
see #11022
For 2:
to prevent the TinyMCE to filter attributes, you have to add the attributes in the "valid elements" box like:
span[class]