@dosgato/templating
Advanced tools
Comparing version 0.0.140 to 0.0.141
@@ -149,2 +149,11 @@ import type { ComponentData, DataData, PageData, DataRecord } from './component.js'; | ||
}[]; | ||
/** | ||
* If you provide custom columns and one of them is the computeName source for this | ||
* template, it may be preferred to show the computeName source (e.g. title) instead of | ||
* showing the name in the data tree. | ||
* | ||
* Set this to true to hide the name column. The name will then be placed inside | ||
* the dialog in case the user needs to reference it. | ||
*/ | ||
hideName?: boolean; | ||
} | ||
@@ -151,0 +160,0 @@ /** |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.140", | ||
"version": "0.0.141", | ||
"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
113558
2475