2007-10-02 05:21:38 +02:00
|
|
|
[SSHTMLBBCodeParser]
|
|
|
|
|
|
|
|
; possible values: single|double
|
|
|
|
; use single or double quotes for attributes
|
|
|
|
quotestyle = "double"
|
|
|
|
|
|
|
|
; possible values: all|nothing|strings
|
|
|
|
; quote all attribute values, none, or only the strings
|
|
|
|
quotewhat = "all"
|
|
|
|
|
|
|
|
; the closing tag character
|
|
|
|
close = "]"
|
|
|
|
|
|
|
|
; the opening tag character
|
|
|
|
open = "["
|
|
|
|
|
|
|
|
; possible values: true|false
|
|
|
|
; use xml style closing tags for single html tags (<img> or <img />)
|
|
|
|
xmlclose = "true"
|
|
|
|
|
|
|
|
; possible values: a comma seperated list of filters
|
|
|
|
; comma seperated list of filters to use
|
2016-08-19 00:51:35 +02:00
|
|
|
filters = "Basic,Extended,Email,Images,Links,Lists"
|
2007-10-02 05:21:38 +02:00
|
|
|
|