2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/spec/support/sample_plugin_site_settings.yml
benj 664e6244b0
DEV: Adds 'upload' type to schema setting (#36071)
The `type: upload` exists on main site settings, but not under the
`type: objects` schema setting. This adds this feature for `objects` in
Site Settings, Theme Settings, and Theme Site Settings.
2025-11-26 09:46:26 -06:00

26 lines
576 B
YAML

discourse_sample_plugin:
discourse_sample_plugin_enabled: true
site_settings:
plugin_setting:
default: "some value"
test_some_topic_id:
default: 0
test_some_other_topic_id:
default: 0
enable_experimental_sample_plugin_feature:
default: false
client: true
hidden: true
upcoming_change:
impact: "feature,admins"
status: "alpha"
test_objects_with_uploads:
type: objects
default: "[]"
schema:
name: "test_object"
properties:
name:
type: string
upload_id:
type: upload