appscms-tools-theme 5.1.4 → 5.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/.DS_Store +0 -0
- data/_data/feature/.DS_Store +0 -0
- data/_data/feature/en/compress-pdf.json +2 -2
- data/_includes/.DS_Store +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/faq/faq.html +13 -11
- data/assets/.DS_Store +0 -0
- data/assets/css/appscms-theme.css +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e310720a45696b17744e79144cdbd276a559cf067afccaf8a1ae15fe2d1f4b8d
|
4
|
+
data.tar.gz: a4bfe0ae647f3657f7b21891a9c2ed87b680f500fb36317ecfeee6fb3ffe7a4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45a92522616f98d222e7f9bf0519537b407d57f56e5eaa1b5d6147f007073f20824a0e63d3d7c7139f134d462260281a101cdf0681efd59e5591f838cd4f2c8c
|
7
|
+
data.tar.gz: fcd90f0fb299391134fe8ea7c4829fa464e8102c7e70ae3e31e0e41066800e82cb0e5eaf697321ec7a0a044a260f380ab00927e8d73415f2a2b40740cb5124cd
|
data/_data/.DS_Store
CHANGED
Binary file
|
data/_data/feature/.DS_Store
CHANGED
Binary file
|
@@ -73,11 +73,11 @@
|
|
73
73
|
"FAQ": [
|
74
74
|
{
|
75
75
|
"question": "How many seconds from now, will the alarm ring ?",
|
76
|
-
"answer": "
|
76
|
+
"answer": "You can visit https://safeimagekit.com/conv/aspect-ratio to change the aspect ratio of your images quickly and effortlessly. Select different aspect ratios and customize your images to fit your needs."
|
77
77
|
},
|
78
78
|
{
|
79
79
|
"question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
|
80
|
-
"answer": "
|
80
|
+
"answer": "You can visit https://safeimagekit.com/split-photo to change the aspect ratio of your images quickly and effortlessly. Select different aspect ratios and customize your images to fit your needs."
|
81
81
|
},
|
82
82
|
{
|
83
83
|
"question": "What will happen to the alarm that I have set, if I refresh the browser ?",
|
data/_includes/.DS_Store
CHANGED
Binary file
|
data/_includes/appscms/.DS_Store
CHANGED
Binary file
|
@@ -4,7 +4,8 @@
|
|
4
4
|
{%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if item ==
|
5
5
|
page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else -%} {%-
|
6
6
|
assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
7
|
-
-%}
|
7
|
+
-%}
|
8
|
+
{%- if pageData.FAQ.size>0 -%}
|
8
9
|
<div class="container heading mt-5">
|
9
10
|
<div class="d-flex align-items-center justify-content-center">
|
10
11
|
<hr
|
@@ -21,16 +22,17 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
21
22
|
</div>
|
22
23
|
</div>
|
23
24
|
<div class="container mx-auto appscms-faq-section col-md-9 p-3 pb-3 col-12">
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
25
|
+
{% for data in pageData.FAQ %}
|
26
|
+
<div class="faq-item">
|
27
|
+
<h3 class="faq-question">
|
28
|
+
{{ data.question | replace: "$variable", page.value }}
|
29
|
+
</h3>
|
30
|
+
<p class="faq-answer">
|
31
|
+
{{ data.answer | replace: "$variable", page.value | auto_link }}
|
32
|
+
</p>
|
33
|
+
</div>
|
34
|
+
{% endfor %}
|
35
|
+
|
34
36
|
</div>
|
35
37
|
</div>
|
36
38
|
</div>
|
data/assets/.DS_Store
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appscms-tools-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vivek-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|