mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:34:28 +08:00
5 lines
269 B
YAML
5 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 } }'
|