Addind more indentation
This commit is contained in:
parent
8279b92a46
commit
bf26e7d8a9
1 changed files with 37 additions and 37 deletions
|
@ -53,47 +53,47 @@ PUBLISHING:
|
||||||
SERVING:
|
SERVING:
|
||||||
|
|
||||||
"dynamicFileSizing": {
|
"dynamicFileSizing": {
|
||||||
"enabled": false, - if you choose to allow your instance to serve transform images
|
"enabled": false, - if you choose to allow your instance to serve transform images
|
||||||
"maxDimension": 2000 - the maximum size you allow transform to scale
|
"maxDimension": 2000 - the maximum size you allow transform to scale
|
||||||
},
|
},
|
||||||
"markdownSettings": {
|
"markdownSettings": {
|
||||||
"skipHtmlMain": true, - false: render html, in a somewhat unpredictable way~
|
"skipHtmlMain": true, - false: render html, in a somewhat unpredictable way~
|
||||||
"escapeHtmlMain": true, - true: rather than render html, escape it and print it visibly
|
"escapeHtmlMain": true, - true: rather than render html, escape it and print it visibly
|
||||||
"skipHtmlDescriptions": true, - as above, for descriptions
|
"skipHtmlDescriptions": true, - as above, for descriptions
|
||||||
"escapeHtmlDescriptions": true, - as above, for descriptions
|
"escapeHtmlDescriptions": true, - as above, for descriptions
|
||||||
"allowedTypesMain": [], - markdown rendered as main content
|
"allowedTypesMain": [], - markdown rendered as main content
|
||||||
"allowedTypesDescriptions": [], - markdown rendered in description in content details
|
"allowedTypesDescriptions": [], - markdown rendered in description in content details
|
||||||
"allowedTypesExample": [ - here are examples of allowed types
|
"allowedTypesExample": [ - here are examples of allowed types
|
||||||
"see react-markdown docs", `https://github.com/rexxars/react-markdown`
|
"see react-markdown docs", `https://github.com/rexxars/react-markdown`
|
||||||
"root",
|
"root",
|
||||||
"text",
|
"text",
|
||||||
"break",
|
"break",
|
||||||
"paragraph",
|
"paragraph",
|
||||||
"emphasis",
|
"emphasis",
|
||||||
"strong",
|
"strong",
|
||||||
"thematicBreak",
|
"thematicBreak",
|
||||||
"blockquote",
|
"blockquote",
|
||||||
"delete",
|
"delete",
|
||||||
"link",
|
"link",
|
||||||
"image", - you may not have a lot of control over how these are rendered
|
"image", - you may not have a lot of control over how these are rendered
|
||||||
"linkReference",
|
"linkReference",
|
||||||
"imageReference",
|
"imageReference",
|
||||||
"table",
|
"table",
|
||||||
"tableHead",
|
"tableHead",
|
||||||
"tableBody",
|
"tableBody",
|
||||||
"tableRow",
|
"tableRow",
|
||||||
"tableCell",
|
"tableCell",
|
||||||
"list",
|
"list",
|
||||||
"listItem",
|
"listItem",
|
||||||
"heading",
|
"heading",
|
||||||
"inlineCode",
|
"inlineCode",
|
||||||
"code",
|
"code",
|
||||||
"html", - potentially DANGEROUS, intended for `serveOnlyApproved = true` environments, includes iframes, divs.
|
"html", - potentially DANGEROUS, intended for `serveOnlyApproved = true` environments, includes iframes, divs.
|
||||||
"parsedHtml"
|
"parsedHtml"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"customFileExtensions": { - suggest a file extension for experimental content types you may be publishing
|
"customFileExtensions": { - suggest a file extension for experimental content types you may be publishing
|
||||||
"application/example-type": "example"
|
"application/example-type": "example"
|
||||||
}
|
}
|
||||||
|
|
||||||
STARTUP:
|
STARTUP:
|
||||||
|
|
Loading…
Reference in a new issue