Last active
January 26, 2018 19:59
-
-
Save stefbowerman/4ca376daf0239e3cfc22712f4f99d023 to your computer and use it in GitHub Desktop.
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
| {% include 'banner-panel', | |
| id: { string } - optional | |
| content_alignment: { string } - optional | |
| vertical_padding: { number } - optional | |
| vertical_padding_mobile: { number } - optional | |
| content_max_width: { number } - optional | |
| background_image: { image } - optional | |
| background_vertical_alignment: { string } - optional - defaults to "center" | |
| background_image_medium: { image } - optional | |
| background_image_medium_vertical_alignment: { string } - optional - defaults to "center" | |
| background_image_small: { image } - optional | |
| background_image_small_vertical_alignment: { string } - optional - defaults to "center", | |
| background_video_url: { url } - optional - see https://help.shopify.com/themes/development/theme-editor/settings-schema#video-url | |
| light_text: { boolean } | |
| title: { string } | |
| title_alignment: { string } - optional - defaults to "center" | |
| text: { string } | |
| text_alignment: { string } - optional - defaults to "center" | |
| cta_1_url: { url } | |
| cta_1_text { string } | |
| cta_1_type { string } - optional - defaults to "1" | |
| cta_2_url: { url } | |
| cta_2_text: { string } | |
| cta_2_type: { string } - optional - defaults to "1" | |
| %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment