Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created November 30, 2016 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timneutkens/ceff05cf496247b8c695f985beea735b to your computer and use it in GitHub Desktop.
Save timneutkens/ceff05cf496247b8c695f985beea735b to your computer and use it in GitHub Desktop.
Disable uiComponent in checkout
<referenceContainer name="content">
<referenceBlock name="checkout.root">
<arguments>
<argument name="jsLayout" xsi:type="array">
<item name="components" xsi:type="array">
<item name="checkout" xsi:type="array">
<item name="children" xsi:type="array">
<item name="authentication" xsi:type="array">
<item name="componentDisabled" xsi:type="boolean">true</item>
</item>
</item>
</item>
</item>
</argument>
</arguments>
</referenceBlock>
</referenceContainer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment