0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/spec/fixtures/custom_field/custom_fields.json

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