Release 2.13.3

This commit is contained in:
2026-09-13 23:47:11 +01:00
parent fea29f6a3c
commit ac18644fe8
10 changed files with 25 additions and 9 deletions
+3
View File
@@ -155,6 +155,9 @@ test('template create page renders the background remove control', () => {
assert.match(html, /id="remove-background-image"/);
assert.match(html, /name="remove_background_image"/);
assert.match(html, /data-media-picker-hidden="existing-background-image-path"/);
assert.match(html, /data-media-picker-file-input="background-image"/);
assert.match(html, /id="background-image"/);
assert.match(html, /placeholder="type_1"/);
assert.match(html, /Save and Close/);
assert.match(html, /Save and New/);