Skip to content

Commit f9f11f6

Browse files
authored
Add thumbnail configuration (#861)
* add thumbnail configuration * pages should be single lines * Revert "pages should be single lines" This reverts commit 8cadd05.
1 parent df2c8f0 commit f9f11f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

settings.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,19 @@ See [Themes](themes) for more information.
112112
</Expandable>
113113
</ResponseField>
114114

115+
<ResponseField name="thumbnails" type="object">
116+
Thumbnail customization for social media and page previews.
117+
118+
<Expandable title="Thumbnails">
119+
<ResponseField name="appearance" type="&quot;light&quot; | &quot;dark&quot;">
120+
The visual theme of your thumbnails. If not specified, thumbnails use your site's color scheme defined by the `colors` field.
121+
</ResponseField>
122+
<ResponseField name="background" type="string">
123+
Background image for your thumbnails. Can be a relative path or absolute URL.
124+
</ResponseField>
125+
</Expandable>
126+
</ResponseField>
127+
115128
<ResponseField name="styling" type="object">
116129
Visual styling configurations.
117130

0 commit comments

Comments
 (0)