@myissue/vue-website-page-builder 3.5.1 → 3.5.2

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.
@@ -194,6 +194,7 @@ export declare const usePageBuilderStateStore: import('pinia').StoreDefinition<"
194
194
  disableLanguageDropDown?: boolean | undefined;
195
195
  } | undefined;
196
196
  autoSave?: boolean | undefined;
197
+ notifications?: boolean | undefined;
197
198
  fontFamily?: string | undefined;
198
199
  } | null | undefined;
199
200
  settings?: {
@@ -146,6 +146,7 @@ export interface PageBuilderConfig {
146
146
  disableLanguageDropDown?: boolean;
147
147
  };
148
148
  autoSave?: boolean;
149
+ notifications?: boolean;
149
150
  fontFamily?: string;
150
151
  } | null;
151
152
  settings?: {