We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="header.panel"> <block class="Magento\Framework\View\Element\Html\Links" name="header.links"> <arguments> <argument name="css_class" xsi:type="string">header links</argument> </arguments> </block> </referenceContainer> <block class="Magento\Cms\Block\Block" name="socialimg"> <arguments> <argument name="block_id" xsi:type="string">socialimg</argument> </arguments> </block> <referenceBlock name="logo"> <arguments> <argument name="logo_img_width" xsi:type="number">148</argument> <argument name="logo_img_height" xsi:type="number">43</argument> </arguments> </referenceBlock> <block class="Magento\Cms\Block\Block" name="socialimg"> <arguments> <argument name="block_id" xsi:type="string">socialimg</argument> </arguments> </block> <referenceContainer name="footer"> <block class="Magento\Store\Block\Switcher" name="store_switcher" as="store_switcher" after="footer_links" template="switch/stores.phtml"/> </referenceContainer> <referenceBlock name="report.bugs" remove="true"/> <move element="copyright" destination="before.body.end"/> </body> </page> 4. add a cms static block with the id socialimg
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="header.panel"> <block class="Magento\Framework\View\Element\Html\Links" name="header.links"> <arguments> <argument name="css_class" xsi:type="string">header links</argument> </arguments> </block> </referenceContainer> <block class="Magento\Cms\Block\Block" name="socialimg"> <arguments> <argument name="block_id" xsi:type="string">socialimg</argument> </arguments> </block> <referenceBlock name="logo"> <arguments> <argument name="logo_img_width" xsi:type="number">148</argument> <argument name="logo_img_height" xsi:type="number">43</argument> </arguments> </referenceBlock> <block class="Magento\Cms\Block\Block" name="socialimg"> <arguments> <argument name="block_id" xsi:type="string">socialimg</argument> </arguments> </block> <referenceContainer name="footer"> <block class="Magento\Store\Block\Switcher" name="store_switcher" as="store_switcher" after="footer_links" template="switch/stores.phtml"/> </referenceContainer> <referenceBlock name="report.bugs" remove="true"/> <move element="copyright" destination="before.body.end"/> </body> </page>
The text was updated successfully, but these errors were encountered:
Merge pull request #5433 from magento-honey-badgers/MC-31616
dbb7dec
[honey] MC-31616: Forward-port 2.3.5 GraphQL bug fixes
No branches or pull requests
Steps to reproduce
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="header.panel"> <block class="Magento\Framework\View\Element\Html\Links" name="header.links"> <arguments> <argument name="css_class" xsi:type="string">header links</argument> </arguments> </block> </referenceContainer> <block class="Magento\Cms\Block\Block" name="socialimg"> <arguments> <argument name="block_id" xsi:type="string">socialimg</argument> </arguments> </block> <referenceBlock name="logo"> <arguments> <argument name="logo_img_width" xsi:type="number">148</argument> <argument name="logo_img_height" xsi:type="number">43</argument> </arguments> </referenceBlock> <block class="Magento\Cms\Block\Block" name="socialimg"> <arguments> <argument name="block_id" xsi:type="string">socialimg</argument> </arguments> </block> <referenceContainer name="footer"> <block class="Magento\Store\Block\Switcher" name="store_switcher" as="store_switcher" after="footer_links" template="switch/stores.phtml"/> </referenceContainer> <referenceBlock name="report.bugs" remove="true"/> <move element="copyright" destination="before.body.end"/> </body> </page>
4. add a cms static block with the id socialimg
Expected result
Actual result
The text was updated successfully, but these errors were encountered: