Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/cma-client/src/generated/ApiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12054,6 +12054,10 @@ export type SiteMeta = {
* Whether the [Non-localized focal points](https://www.datocms.com/product-updates/non-localized-focal-points) opt-in product update is active or not
*/
non_localized_focal_points: boolean;
/**
* Whether the project can still use a custom color palette for the theme. Custom palettes are deprecated.
*/
allow_custom_theme: boolean;
};
/**
* JSON API data
Expand Down
4 changes: 4 additions & 0 deletions packages/cma-client/src/generated/RawApiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12328,6 +12328,10 @@ export type SiteMeta = {
* Whether the [Non-localized focal points](https://www.datocms.com/product-updates/non-localized-focal-points) opt-in product update is active or not
*/
non_localized_focal_points: boolean;
/**
* Whether the project can still use a custom color palette for the theme. Custom palettes are deprecated.
*/
allow_custom_theme: boolean;
};
/**
* JSON API data
Expand Down