@gem-sdk/core 2.0.0-dev.538 → 2.0.0-dev.540
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 +4 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -35811,6 +35811,10 @@ type IconControlType<T> = SharedControlType<T> & {
|
|
|
35811
35811
|
|
|
35812
35812
|
type ImageControlType<T> = SharedControlType<T> & {
|
|
35813
35813
|
type: 'image';
|
|
35814
|
+
hiddenSetting?: {
|
|
35815
|
+
seo?: boolean;
|
|
35816
|
+
optimizeLCP?: boolean;
|
|
35817
|
+
};
|
|
35814
35818
|
};
|
|
35815
35819
|
|
|
35816
35820
|
type InputControlType<T> = SharedControlType<T> & {
|