Skip to content

Commit a23b7f6

Browse files
author
István Beregszászi
committed
[DEV-20737] Add content_width property to themes
1 parent b9ae88a commit a23b7f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/NewsroomTheme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export interface NewsroomTheme {
1414
preview_image: UploadedImage | null;
1515
demo_url: string | null;
1616
status: NewsroomTheme.Status;
17+
content_width: number | null;
1718
}
1819

1920
export type NewroomThemeRef = Pick<NewsroomTheme, 'id' | 'codename' | 'name'>;

0 commit comments

Comments
 (0)