Browse Source

Update jQuery Version

test-gpt-generated
Roman Axelrod 4 years ago
parent
commit
40aa4bda97
  1. 8
      config/default.cjs
  2. 4
      layouts/partials/scripts.hbs

8
config/default.cjs

@ -2,3 +2,11 @@ module.exports = {
cssUrl: "https://",
blockName: "template", // snake_case
}
/**
* Tips for good data.json example:
* - Provide Short and Long version of text (title/content).
* - Put <a> and <strong> elements in content.
* - Upload different sizes and ratios of images.
* - Provide options with and without CTA to test conditional logic.
*/

4
layouts/partials/scripts.hbs

@ -1,4 +1,4 @@
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script src="scripts/page--toolbar.js"></script>
<script src="scripts/{{ config.blockName }}.min.js"></script>
<script src="scripts/{{ config.blockName }}.min.js"></script>

Loading…
Cancel
Save