2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/spec/fixtures/theme_settings/json_schema_settings.yaml
2021-03-10 20:15:04 -05:00

4 lines
269 B
YAML

test_setting:
default: ""
description: "A JSON schema field type"
json_schema: '{ "type": "array", "uniqueItems": true, "items": { "type": "object", "properties": { "color": { "type": "string" }, "icon": { "type": "string" } }, "additionalProperties": false } }'