Skip to content

Commit

Permalink
Merge pull request #696 from curiosity26/patch-1
Browse files Browse the repository at this point in the history
Xml keys were improperly named in config docs
  • Loading branch information
goetas committed Nov 13, 2018
2 parents 37d9568 + f5e1dd2 commit bff327d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/configuration.rst
Expand Up @@ -194,13 +194,13 @@ values:
depth: 512
json_deserialization:
options: 0 # json_encode options bitmask, suggested JSON_PRETTY_PRINT in development
json_serialization:
xml_serialization:
format_output: false
version: "1.0"
encoding: "UTF-8"
default_root_name: "result"
default_root_ns: null
json_deserialization:
xml_deserialization:
external_entities: false
doctype_whitelist:
- '<!DOCTYPE authorized SYSTEM "http://some_url">' # an authorized document type for xml deserialization

0 comments on commit bff327d

Please sign in to comment.