Revert "Issue #3029061 by tim.plunkett, phenaproxima: New layouts are missing config schema"

This reverts commit f192f65bff.
8.7.x
Alex Pott 2019-01-29 19:54:54 +00:00
parent 5d1589b8d6
commit 6f7fe9b86b
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 0 additions and 19 deletions

View File

@ -64,16 +64,3 @@ inline_block:
block.settings.inline_block:*:
type: inline_block
layout_builder_multi_width:
type: layout_plugin.settings
mapping:
column_widths:
type: string
label: 'Column widths'
layout_plugin.settings.layout_twocol_section:
type: layout_builder_multi_width
layout_plugin.settings.layout_threecol_section:
type: layout_builder_multi_width

View File

@ -100,12 +100,6 @@ class TestMultiWidthLayoutsTest extends WebDriverTestBase {
$page->findField('layout_settings[column_widths]')->setValue($width);
$page->pressButton("Update");
$this->assertWidthClassApplied($width_class);
// Save the layout and return to the Layout Builder UI for more changes.
$assert_session->pageTextContains('You have unsaved changes.');
$page->clickLink('Save Layout');
$assert_session->pageTextNotContains('You have unsaved changes.');
$this->clickLink('Manage layout');
}
$assert_session->linkExists('Remove section');
$this->clickLink('Remove section');