feat: payload cms
This commit is contained in:
@@ -685,6 +685,21 @@ export interface ProductTabsBlock {
|
||||
id?: string | null;
|
||||
}[]
|
||||
| null;
|
||||
content?: {
|
||||
root: {
|
||||
type: string;
|
||||
children: {
|
||||
type: any;
|
||||
version: number;
|
||||
[k: string]: unknown;
|
||||
}[];
|
||||
direction: ('ltr' | 'rtl') | null;
|
||||
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
||||
indent: number;
|
||||
version: number;
|
||||
};
|
||||
[k: string]: unknown;
|
||||
} | null;
|
||||
id?: string | null;
|
||||
blockName?: string | null;
|
||||
blockType: 'productTabs';
|
||||
|
||||
Reference in New Issue
Block a user