Skip to content

Commit

Permalink
update all examples to use Automated Test Brand gallery / product (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
coleman-benja authored Oct 8, 2024
1 parent be8ff8b commit bf59602
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.idea/
.DS_Store
4 changes: 2 additions & 2 deletions spirit-galleries/gallery-carousel/dev-override.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</head>
<body>
<div style="max-width: 960px; margin: auto">
<h1>Gallery Carousel (DEV)</h1>
<h1>Gallery Carousel Override (DEV)</h1>
<script
src="https://likeshop.dhdev.co/static/js/app/board-embed.js"
type="text/javascript"
data-name="dhboard"
data-gallery-id="852867"
data-gallery-id="2050548"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
Expand Down
3 changes: 2 additions & 1 deletion spirit-galleries/gallery-carousel/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ <h1>Gallery Carousel (DEV)</h1>
src="https://likeshop.dhdev.co/static/js/app/board-embed.js"
type="text/javascript"
data-name="dhboard"
data-gallery-id="852867"
data-gallery-id="2050548"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
data-mobile-gap-size="4"
data-call-to-action="learn_more"
data-disable-product-new-tab="false"
data-show-price="true"
></script>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions spirit-galleries/gallery-carousel/prod-override.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</head>
<body>
<div style="max-width: 960px; margin: auto">
<h1>Gallery Carousel (PROD)</h1>
<h1>Gallery Carousel Override (PROD)</h1>
<script
src="https://cdn.dashhudson.com/web/js/board-embed.js"
type="text/javascript"
data-name="dhboard"
data-gallery-id="852867"
data-gallery-id="2050548"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
Expand Down
3 changes: 2 additions & 1 deletion spirit-galleries/gallery-carousel/prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ <h1>Gallery Carousel (PROD)</h1>
src="https://cdn.dashhudson.com/web/js/board-embed.js"
type="text/javascript"
data-name="dhboard"
data-gallery-id="852867"
data-gallery-id="2050548"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
data-mobile-gap-size="4"
data-call-to-action="learn_more"
data-disable-product-new-tab="false"
data-show-price="true"
></script>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions spirit-galleries/product-carousel/dev-override.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
</head>
<body>
<div style="max-width: 960px; margin: auto">
<h1>Product Carousel (DEV)</h1>
<h1>Product Carousel Override (DEV)</h1>
<script
src="https://likeshop.dhdev.co/static/js/app/product-carousel-embed.js"
type="text/javascript"
data-name="dhproduct-carousel"
data-id="144"
data-id="3042"
data-id-type="brand_id"
data-product-id="widget_synthetics"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
Expand All @@ -20,7 +21,6 @@ <h1>Product Carousel (DEV)</h1>
data-autoplay="false"
data-carousel-dots="true"
data-disable-product-new-tab="false"
data-product-id="synthetics_dev_do_not_delete"
data-override="ES"
data-show-price="true"
></script>
Expand Down
4 changes: 3 additions & 1 deletion spirit-galleries/product-carousel/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ <h1>Product Carousel (DEV)</h1>
src="https://likeshop.dhdev.co/static/js/app/product-carousel-embed.js"
type="text/javascript"
data-name="dhproduct-carousel"
data-id="144"
data-id="3042"
data-id-type="brand_id"
data-product-id="widget_synthetics"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
Expand All @@ -20,6 +21,7 @@ <h1>Product Carousel (DEV)</h1>
data-autoplay="false"
data-carousel-dots="true"
data-disable-product-new-tab="false"
data-show-price="true"
></script>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions spirit-galleries/product-carousel/prod-override.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
</head>
<body>
<div style="max-width: 960px; margin: auto">
<h1>Product Carousel (PROD)</h1>
<h1>Product Carousel Override (PROD)</h1>
<script
src="https://cdn.dashhudson.com/web/js/product-carousel-embed.js"
type="text/javascript"
data-name="dhproduct-carousel"
data-id="144"
data-id="3042"
data-id-type="brand_id"
data-product-id="widget_synthetics"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
Expand All @@ -20,7 +21,6 @@ <h1>Product Carousel (PROD)</h1>
data-autoplay="false"
data-carousel-dots="true"
data-disable-product-new-tab="false"
data-product-id="synthetics_prod_do_not_delete"
data-override="ES"
data-show-price="true"
></script>
Expand Down
4 changes: 3 additions & 1 deletion spirit-galleries/product-carousel/prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ <h1>Product Carousel (PROD)</h1>
src="https://cdn.dashhudson.com/web/js/product-carousel-embed.js"
type="text/javascript"
data-name="dhproduct-carousel"
data-id="144"
data-id="3042"
data-id-type="brand_id"
data-product-id="widget_synthetics"
data-row-size="3"
data-gap-size="2"
data-mobile-row-size="2"
Expand All @@ -20,6 +21,7 @@ <h1>Product Carousel (PROD)</h1>
data-autoplay="false"
data-carousel-dots="true"
data-disable-product-new-tab="false"
data-show-price="true"
></script>
</div>
</body>
Expand Down

0 comments on commit bf59602

Please sign in to comment.