silverstripe-framework/pear/HTML/BBCodeParser/example/BBCodeParser.ini
Jeremy Shipman 8055b4b291 Created pear directory which includes the PEAR HTML_BBCodeParser-1.2.2 and PEAR.php
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41270 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-05 04:12:40 +00:00

24 lines
592 B
INI

[HTML_BBCodeParser]
; 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,Links,Images,Lists,Email