Skip to content

Commit 084f6c3

Browse files
author
István Beregszászi
authored
Merge pull request #381 from prezly/feature/dev-20737-add-content_width-property-to-theme-settings
[DEV-20737] Add `content_width` property to themes
2 parents b9ae88a + a23b7f6 commit 084f6c3

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)