Revert "Issue #3029061 by tim.plunkett, phenaproxima: New layouts are missing config schema"
This reverts commit f192f65bff
.
8.7.x
parent
5d1589b8d6
commit
6f7fe9b86b
|
@ -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
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue