Closed (fixed)
Project:
WYSIWYG Filter (D7)
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 02:47 UTC
Updated:
2 Sep 2009 at 07:50 UTC
if I have this:
@[class|style|title],
img[src|width|height|alt|border:0],
Do I need to put class in img like this:
@[class|style|title],
img[class|src|width|height|alt|border:0],
to allow class in img or the global whitelist does it already and I can skip class in img?
Comments
Comment #1
markus_petrux commented@ can be used to white list html attributes globally. This is explained in the description of the "HTML elements and attributes" option. For further information, please check out the documentation for the valid_elements option in the TinyMCE Wiki site.