Update jQuery Version
This commit is contained in:
@@ -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,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user