blacklisted-elements

Contains a list of XHTML elements that are to be disallowed in the rich text field defined by this element's parent field element. This element only has any effect if specified as the child of a rich text field (a basic field where mime-type is set to application/xhtml+xml).

Specifying XMHTL element names here causes the corresponding user interface buttons to be hidden when the owning field is displayed in a Content Studio content editor. Note, however, that this does not really prevent the blacklisted element from being used: it can still be entered by hand in the field using the Edit source option.

The blacklist may contain one or more of the following elements, separated by spaces:

h1 h2 h3 h4 h5 h6 b i u s p[align] p[align=right] sub sup table ul ol a

Syntax
<blacklisted-elements>
    text
  </blacklisted-elements>