- Download and create all required files.
- Generate technical repo files. #Create Block from registry.
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
{{#if config.cssUrl }}
|
||||
<link rel="stylesheet" href="{{ config.cssUrl }}">
|
||||
{{/if}}
|
||||
<link rel="stylesheet" href="/styles/page--view.css">{{# if config.blockName}}
|
||||
{{#each config.cssUrl }}
|
||||
<link rel="stylesheet" href="{{ this }}">
|
||||
{{/each}}
|
||||
{{/if}}<link rel="stylesheet" href="/styles/page--view.css">{{# if config.blockName}}
|
||||
<link rel="stylesheet" href="/styles/{{ config.blockName }}.min.css">{{/if}}
|
||||
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
|
||||
</head>
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
<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>{{#if config.jsUrl }}
|
||||
<script src="{{ config.jsUrl }}"></script>{{/if}}{{#if config.blockName }}
|
||||
<script src="/scripts/{{ config.blockName }}.min.js"></script>{{/if}}
|
||||
{{#each config.jsUrl }}<script src="{{ this }}"></script>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{#if config.blockName }}
|
||||
<script src="/scripts/{{ config.blockName }}.min.js"></script>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user