We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d544db commit ca4b325Copy full SHA for ca4b325
dev/tests/integration/testsuite/Magento/Cms/Fixtures/page_list.php
@@ -27,10 +27,12 @@
27
[
28
'title' => 'Page with 1column layout',
29
'is_active' => 1,
30
+ 'content' => '<h1>Test Page Content</h1>',
31
'page_layout' => '1column',
32
],
33
34
'title' => 'Page with unavailable layout',
35
36
37
'page_layout' => 'unavailable-layout',
38
0 commit comments