@gem-sdk/core 1.44.0-dev.136 → 1.44.0-dev.138
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/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -7927,6 +7927,7 @@ type ControlUI = {
|
|
|
7927
7927
|
noRecordHistory?: boolean;
|
|
7928
7928
|
};
|
|
7929
7929
|
};
|
|
7930
|
+
onlyShowInTags?: string[];
|
|
7930
7931
|
};
|
|
7931
7932
|
type PageType = 'ARTICLE' | 'BLOG' | 'COLLECTION' | 'GP_ARTICLE' | 'GP_BLOG' | 'GP_COLLECTION' | 'GP_INDEX' | 'GP_PRODUCT' | 'GP_STATIC' | 'PRODUCT' | 'STATIC' | 'THEME_SECTION';
|
|
7932
7933
|
type ComponentPreset = {
|