Created
May 23, 2022 00:28
-
-
Save svaustin66/f22e7a01658ee6113d9df03d71ee1f0b to your computer and use it in GitHub Desktop.
Code for Product Photo Review Template
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
{ | |
"sections": { | |
"main": { | |
"type": "page-content__main", | |
"disabled": true, | |
"settings": { | |
"show_heading": true, | |
"heading_alignment": "left", | |
"width": "standard", | |
"padding_top": 40, | |
"padding_bottom": 40, | |
"css_class": "", | |
"custom_css": "" | |
} | |
}, | |
"16511141982f60b865": { | |
"type": "page__product-photos", | |
"settings": { | |
"text-color": "#000000", | |
"photos-background-color": "#eeeeee", | |
"width": "wide", | |
"padding_top": 20, | |
"padding_bottom": 20, | |
"padding_left": 20, | |
"padding_right": 20, | |
"animation": "none", | |
"css_class": "", | |
"custom_css": "" | |
} | |
} | |
}, | |
"order": [ | |
"main", | |
"16511141982f60b865" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment