Created
December 10, 2017 20:02
-
-
Save springerin/ea8a04d4b238c08eeda6ba20868e07eb to your computer and use it in GitHub Desktop.
add custom additional classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!-- | |
| /** | |
| * Copyright © 2013-2017 Magento, Inc. All rights reserved. | |
| * See COPYING.txt for license details. | |
| */ | |
| --> | |
| <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | |
| <body> | |
| <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="steps" xsi:type="array"> | |
| <item name="children" xsi:type="array"> | |
| <item name="shipping-step" xsi:type="array"> | |
| <item name="children" xsi:type="array"> | |
| <item name="shippingAddress" xsi:type="array"> | |
| <item name="children" xsi:type="array"> | |
| <item name="shipping-address-fieldset" xsi:type="array"> | |
| <item name="children" xsi:type="array"> | |
| <item name="vat_id" xsi:type="array"> | |
| <item name="config" xsi:type="array"> | |
| <item name="additionalClasses" xsi:type="string">custom-validation</item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </argument> | |
| </arguments> | |
| </referenceBlock> | |
| </body> | |
| </page> |
Author
after 5 days i found your sloution and solved my problem Many Thanks !! :)
glad it helped 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after 5 days i found your sloution and solved my problem Many Thanks !! :)