mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-11 17:18:44 +00:00
Add /null identifiers to schema definitions
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1538 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
4c502b25f2
commit
c7e115c81c
library/HTMLPurifier/ConfigSchema
Attr.IDBlacklistRegexp.txtCache.DefinitionImpl.txtCache.SerializerPath.txtCore.LexerImpl.txtCore.MaintainLineNumbers.txtCore.RemoveScriptContents.txtHTML.Allowed.txtHTML.AllowedAttributes.txtHTML.AllowedElements.txtHTML.AllowedModules.txtHTML.CustomDoctype.txtHTML.DefinitionID.txtOutput.Newline.txtURI.Base.txtURI.DefinitionID.txtURI.Host.txtURI.Munge.txt
@ -1,5 +1,5 @@
|
||||
Attr.IDBlacklistRegexp
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 1.6.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
Cache.DefinitionImpl
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 2.0.0
|
||||
DEFAULT: 'Serializer'
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
Cache.SerializerPath
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 2.0.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
Core.LexerImpl
|
||||
TYPE: mixed
|
||||
TYPE: mixed/null
|
||||
VERSION: 2.0.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
Core.MaintainLineNumbers
|
||||
TYPE: bool
|
||||
TYPE: bool/null
|
||||
VERSION: 2.0.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
Core.RemoveScriptContents
|
||||
TYPE: bool
|
||||
TYPE: bool/null
|
||||
DEFAULT: NULL
|
||||
VERSION: 2.0.0
|
||||
DEPRECATED-VERSION: 2.1.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
HTML.Allowed
|
||||
TYPE: itext
|
||||
TYPE: itext/null
|
||||
VERSION: 2.0.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
HTML.AllowedAttributes
|
||||
TYPE: lookup
|
||||
TYPE: lookup/null
|
||||
VERSION: 1.3.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
HTML.AllowedElements
|
||||
TYPE: lookup
|
||||
TYPE: lookup/null
|
||||
VERSION: 1.3.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
HTML.AllowedModules
|
||||
TYPE: lookup
|
||||
TYPE: lookup/null
|
||||
VERSION: 2.0.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
HTML.CustomDoctype
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 2.0.1
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
HTML.DefinitionID
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
DEFAULT: NULL
|
||||
VERSION: 2.0.0
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
Output.Newline
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 2.0.1
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
URI.Base
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 2.1.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
URI.DefinitionID
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 2.1.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
URI.Host
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 1.2.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
@ -1,5 +1,5 @@
|
||||
URI.Munge
|
||||
TYPE: string
|
||||
TYPE: string/null
|
||||
VERSION: 1.3.0
|
||||
DEFAULT: NULL
|
||||
--DESCRIPTION--
|
||||
|
Loading…
x
Reference in New Issue
Block a user