@dotcms/types 1.5.1-next.1996 → 1.5.1-next.2011

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/types",
3
- "version": "1.5.1-next.1996",
3
+ "version": "1.5.1-next.2011",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -544,6 +544,7 @@ export interface DotCMSPage {
544
544
  liveInode: string;
545
545
  shortyLive: string;
546
546
  canSeeRules?: boolean;
547
+ styleEditorSchemas?: StyleEditorFormSchema[];
547
548
  }
548
549
  /**
549
550
  * Represents the language configuration for a DotCMS page
@@ -1106,6 +1107,7 @@ export interface DotCMSGraphQLPage {
1106
1107
  host: DotCMSSite;
1107
1108
  vanityUrl: DotCMSVanityUrl;
1108
1109
  _map: Record<string, unknown>;
1110
+ styleEditorSchemas?: StyleEditorFormSchema[] | null;
1109
1111
  }
1110
1112
  /**
1111
1113
  * Represents a container in a page