Skip to content

Commit 7ae04a7

Browse files
authored
Merge pull request #10988 from alphagov/configurable-document-form-objects--all-in-one
[WHIT-2788] Remove settings.edit_screens from configurable document type's meta schema
2 parents 8982257 + d96c93d commit 7ae04a7

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

public/configurable-document-type.schema.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -216,27 +216,6 @@
216216
"type": "object",
217217
"description": "A list of configurations to enable certain edition behaviours.",
218218
"properties": {
219-
"edit_screens": {
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).",
222-
"properties": {
223-
"document": {
224-
"type": "array",
225-
"description": "A list of content blocks to display on the main document editing screen. The keys must match the blocks listed as properties.",
226-
"items": {
227-
"type": "string"
228-
}
229-
},
230-
"images": {
231-
"type": "array",
232-
"description": "A list of content blocks to display on the images editing screen. The keys must match the blocks listed as properties.",
233-
"items": {
234-
"type": "string"
235-
}
236-
}
237-
},
238-
"additionalProperties": false
239-
},
240219
"base_path_prefix": {
241220
"type": "string",
242221
"description": "URL prefix for where documents of this type are published. E.g. /government/history."

0 commit comments

Comments
 (0)