Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/05-themes-components/10-objects-for-theme-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The above schema definition states that the `link` object has a `name` property
- `integer`: Value of property is stored as an integer.
- `float`: Value of property is stored as a float.
- `boolean`: Value of property is `true` or `false`.
- `uploads`: Value of property is the attachment URL
- `enum`: Value of property must be one of the values defined in the `choices` keyword.
```yaml
links:
Expand Down