From 032bc77320f131a38062d2407790aa96246c5a63 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:32:45 -0300 Subject: [PATCH] DEV: Document 'uploads' property in theme settings 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 --- docs/05-themes-components/10-objects-for-theme-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/05-themes-components/10-objects-for-theme-settings.md b/docs/05-themes-components/10-objects-for-theme-settings.md index 6319537..2540430 100644 --- a/docs/05-themes-components/10-objects-for-theme-settings.md +++ b/docs/05-themes-components/10-objects-for-theme-settings.md @@ -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: