Last active
July 29, 2019 09:49
-
-
Save shopifypartners/860742bad852777b17507cb492a48062 to your computer and use it in GitHub Desktop.
JSON array containing section presets. When these are removed, the dynamic section becomes a static section. https://www.shopify.com/partners/blog/landing-page
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
"presets": [ | |
{ | |
"name": { | |
"en": "Featured collection", | |
"de": "Featured Kategorie", | |
"fr": "Collection vedette" | |
}, | |
"category": { | |
"en": "Collection", | |
"de": "Kategorie", | |
"fr": "Collection" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment