mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8dd644d25d
Namespace all templates Move difflib and BBCodeParser2 to thirdparty Remove deprecated API marked for removal in 4.0
24 lines
593 B
INI
Executable File
24 lines
593 B
INI
Executable File
[HTML_BBCodeParser2]
|
|
|
|
; possible values: single|double
|
|
; use single or double quotes for attributes
|
|
quotestyle = single
|
|
|
|
; possible values: all|nothing|strings
|
|
; quote all attribute values, none, or only the strings
|
|
quotewhat = all
|
|
|
|
; the opening tag character
|
|
open = [
|
|
|
|
; the closing tag character
|
|
close = ]
|
|
|
|
; 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
|
|
filters = Basic,Extended,Images,Links,Lists,Email
|