skedyul 0.1.99 → 0.1.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.build-stamp +1 -1
- package/dist/config.d.ts +2 -1
- package/package.json +1 -1
package/dist/.build-stamp
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1769149568387
|
package/dist/config.d.ts
CHANGED
|
@@ -207,7 +207,8 @@ export interface PageDefinition {
|
|
|
207
207
|
type: PageType;
|
|
208
208
|
title: string;
|
|
209
209
|
path?: string;
|
|
210
|
-
navigation
|
|
210
|
+
/** Whether to show in navigation - boolean or Liquid template string */
|
|
211
|
+
navigation?: boolean | string;
|
|
211
212
|
blocks: PageBlockDefinition[];
|
|
212
213
|
actions?: PageActionDefinition[];
|
|
213
214
|
filter?: PageInstanceFilter;
|