Skip to content

Commit f653ce8

Browse files
authored
DEV: Document 'uploads' property in theme settings (#83)
Add description for 'uploads' property in theme settings. Should we update this document, mentioning that type: objects already work with site settings(and plugins)? We mentioned at the beginning of this doc that we are planning to remove json_schemas
1 parent 2afb9eb commit f653ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/05-themes-components/10-objects-for-theme-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The above schema definition states that the `link` object has a `name` property
6666
- `integer`: Value of property is stored as an integer.
6767
- `float`: Value of property is stored as a float.
6868
- `boolean`: Value of property is `true` or `false`.
69+
- `uploads`: Value of property is the attachment URL
6970
- `enum`: Value of property must be one of the values defined in the `choices` keyword.
7071
```yaml
7172
links:

0 commit comments

Comments
 (0)