Skip to content

Commit bde9caa

Browse files
committed
WIP
1 parent de5c959 commit bde9caa

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

features/fixtures/test_configurable_document_type.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,17 @@
107107
"backdating_enabled": false,
108108
"translations_enabled": true,
109109
"images": {
110-
"enabled": true
110+
"enabled": true,
111+
"permitted_image_kinds": [
112+
{
113+
"kind": "header",
114+
"multiple": false
115+
},
116+
{
117+
"kind": "govspeak_embed",
118+
"multiple": true
119+
}
120+
]
111121
}
112122
}
113123
}

features/standard-edition-images.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ Feature: Images tab on edit standard edition
5151
When I visit the images tab of the document "The history of GOV.UK"
5252
And I click upload without attaching a file
5353
Then I should get the error message "Choose a valid JPEG, PNG, SVG or GIF."
54+
55+

0 commit comments

Comments
 (0)