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

markus_petrux’s picture

Status: Active » Fixed

@ 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.