Please consider to add DEFINITION (or description) lists as new option as well as ORDERED and UNORDERED lists.

HTML Example for a definition list:

<dl>
  <dt>Field 1 label</dt>
  <dd>Field 1 value</dd>
  <dt>Field 2 label</dt>
  <dd>Field 2 value</dd>
</dl> 

Thank you very much for considering this

Comments

mxt’s picture

Assigned: Unassigned » mxt
Status: Active » Needs review
StatusFileSize
new3.67 KB

Here's a patch that add definition lists to the available options.

mxt’s picture

StatusFileSize
new6.28 KB

Here's an improved patch with some additional settings:

  • Option to add default classes to list items (for all kind of lists)
  • Option to add colon to field label (only for definition lists)
klonos’s picture

Thanx Max! ;)