You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/configurable-document-type.schema.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@
218
218
"properties": {
219
219
"edit_screens": {
220
220
"type": "object",
221
-
"description": "A list of rendered screens (tabs) for the content type. Controls which content blocks appear on which editing screens (document, images).",
221
+
"description": "A list of rendered screens (tabs) for the content type. Controls which content blocks appear on which editing screens (document, images, social_media_accounts).",
222
222
"properties": {
223
223
"document": {
224
224
"type": "array",
@@ -233,6 +233,13 @@
233
233
"items": {
234
234
"type": "string"
235
235
}
236
+
},
237
+
"social_media_accounts": {
238
+
"type": "array",
239
+
"description": "A list of content blocks to display on the social media accounts editing screen. Usually empty as social media accounts are managed through a separate interface.",
0 commit comments