@dotcms/types 1.5.1-next.2010 → 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 +1 -1
- package/src/lib/page/public.d.ts +2 -0
package/package.json
CHANGED
package/src/lib/page/public.d.ts
CHANGED
|
@@ -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
|