Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
37 Zeilen
Kein EOL
633 B
JSON
37 Zeilen
Kein EOL
633 B
JSON
{
|
|
"custom_fields": [
|
|
{
|
|
"klass": "topic",
|
|
"name": "topic_field_1",
|
|
"type": "boolean",
|
|
"serializers": [
|
|
"topic_list_item",
|
|
"topic_view"
|
|
]
|
|
},
|
|
{
|
|
"klass": "post",
|
|
"name": "post_field_1",
|
|
"type": "integer",
|
|
"serializers": [
|
|
"post"
|
|
]
|
|
},
|
|
{
|
|
"klass": "category",
|
|
"name": "category_field_1",
|
|
"type": "json",
|
|
"serializers": [
|
|
"basic_category"
|
|
]
|
|
},
|
|
{
|
|
"klass": "group",
|
|
"name": "group_field_1",
|
|
"type": "string",
|
|
"serializers": [
|
|
"basic_group"
|
|
]
|
|
}
|
|
]
|
|
} |