Blame view

framework/parsers/BBCodeParser.ini 604 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  [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"