@dosgato/templating
Advanced tools
Comparing version 0.0.116 to 0.0.117
@@ -201,2 +201,9 @@ /// <reference types="node" /> | ||
/** | ||
* When we give editors the ability to enter raw HTML, we still need to minimally process it to | ||
* protect the rest of the page from unclosed tags and other syntax problems, but we don't want | ||
* to muck around with headers or links, so this function will be provided by the render server | ||
* and will only do the parsing and reconstruction part | ||
*/ | ||
renderRawHTML: (html: string | undefined) => string; | ||
/** | ||
* The final phase of rendering a component is the render phase. This step is BOTTOM-UP - | ||
@@ -203,0 +210,0 @@ * components at the bottom of the hierarchy will be rendered first, and the result of the |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.116", | ||
"version": "0.0.117", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97517
2153