@dosgato/templating
Advanced tools
Comparing version 0.0.108 to 0.0.109
@@ -103,2 +103,7 @@ import { ComponentData, PageData } from './component.js'; | ||
hideLabel?: boolean; | ||
/** | ||
* In case the button is irrelevant for certain pages, you may provide a function | ||
* that uses the page data and path to decide whether to show the button. | ||
*/ | ||
shouldAppear?: (data: PageData, path: string) => boolean; | ||
}[]; | ||
@@ -105,0 +110,0 @@ } |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.108", | ||
"version": "0.0.109", | ||
"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
90738
2039