mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Move form_template_ids serializer location (#20446)
This commit is contained in:
@@ -39,9 +39,13 @@
|
||||
},
|
||||
"search_priority": {
|
||||
"type": "integer"
|
||||
},
|
||||
"form_template_ids": {
|
||||
"type": "array",
|
||||
"items": []
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -74,6 +74,10 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"form_template_ids": {
|
||||
"type": "array",
|
||||
"items": []
|
||||
},
|
||||
"has_children": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
@@ -77,6 +77,10 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"form_template_ids": {
|
||||
"type": "array",
|
||||
"items": []
|
||||
},
|
||||
"has_children": {
|
||||
"type": [
|
||||
"string",
|
||||
@@ -273,6 +277,7 @@
|
||||
"notification_level",
|
||||
"can_edit",
|
||||
"topic_template",
|
||||
"form_template_ids",
|
||||
"has_children",
|
||||
"sort_order",
|
||||
"sort_ascending",
|
||||
|
||||
@@ -678,6 +678,10 @@
|
||||
},
|
||||
"parent_category_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"form_template_ids": {
|
||||
"type": "array",
|
||||
"items": []
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user