@dosgato/templating
Advanced tools
Comparing version
@@ -350,2 +350,12 @@ /// <reference types="node" /> | ||
extraClass?: string; | ||
/** | ||
* Edit bars and new bars are implemented as web components with shadow DOM to prevent | ||
* page styles from leaking in to the bar styles. | ||
* | ||
* This means you cannot style them just by including a CSS block on the page. Instead | ||
* you need to include the CSS block in the bar itself. This option allows you to do | ||
* that. Give it a list of block names from any registered provider, and the blocks | ||
* will be imported inside this bar's shadow DOM. | ||
*/ | ||
cssBlocks?: string[]; | ||
} | ||
@@ -352,0 +362,0 @@ export interface EditBarOpts extends BarOpts { |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.90", | ||
"version": "0.0.91", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
83834
0.62%1901
0.53%