Update jQuery Version

This commit is contained in:
2022-04-27 10:20:16 +03:00
parent 33542eb732
commit 40aa4bda97
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -2,3 +2,11 @@ module.exports = {
cssUrl: "https://", cssUrl: "https://",
blockName: "template", // snake_case 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.
*/
+1 -1
View File
@@ -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="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script src="scripts/page--toolbar.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>