mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e0ddba6ab8
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42892 467b73ca-7a2a-4603-9d3b-597d59a354a9
25 lines
604 B
INI
25 lines
604 B
INI
[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
|
|
filters = "Basic,Extended,EmailLinks,Images,Links,Lists"
|
|
|