2016-08-19 00:51:35 +02:00
|
|
|
[HTML_BBCodeParser2]
|
2007-10-02 05:21:38 +02:00
|
|
|
|
|
|
|
; possible values: single|double
|
|
|
|
; use single or double quotes for attributes
|
2016-08-19 00:51:35 +02:00
|
|
|
quotestyle = single
|
2007-10-02 05:21:38 +02:00
|
|
|
|
|
|
|
; possible values: all|nothing|strings
|
|
|
|
; quote all attribute values, none, or only the strings
|
2016-08-19 00:51:35 +02:00
|
|
|
quotewhat = all
|
2007-10-02 05:21:38 +02:00
|
|
|
|
|
|
|
; the opening tag character
|
2016-08-19 00:51:35 +02:00
|
|
|
open = [
|
|
|
|
|
|
|
|
; the closing tag character
|
|
|
|
close = ]
|
2007-10-02 05:21:38 +02:00
|
|
|
|
|
|
|
; possible values: true|false
|
|
|
|
; use xml style closing tags for single html tags (<img> or <img />)
|
2016-08-19 00:51:35 +02:00
|
|
|
xmlclose = true
|
2007-10-02 05:21:38 +02:00
|
|
|
|
|
|
|
; 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,Images,Links,Lists,Email
|