RTE Konfig - Blockformat

Auswahllisten im RTE Blockformat

Auch das Dropdown "Blockformat" kann neu bestückt werden.

RTE.default {
   #entfernen der Defaultwerte
   hidePStyleItems = p, pre, address, h1, h2, h3, h4, h5, h6, blockquote

   #Umbenennen eines Label des Defaultwertes in diesem Fall das DIV
   buttons.formatblock.items {
      div.label = listed
   }

   #und nun noch eine KLasse dazu
    buttons.formatblock.items.div.addClass = listet
}