1
0
Fork 0
discourse-custom-wizard-unl.../spec/fixtures/custom_field/custom_fields.json
2021-09-07 20:06:13 +08:00

21 Zeilen
Kein EOL
336 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"
]
}
]
}