wagtail-cjkcms 25.3.1__py2.py3-none-any.whl → 25.5.2__py2.py3-none-any.whl
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.
- cjkcms/__init__.py +1 -1
- cjkcms/templates/cjkcms/blocks/accordion_block.html +4 -4
- cjkcms/templates/cjkcms/pages/base.html +1 -5
- cjkcms/templates/cjkcms/snippets/tracking_matomo_noscript.html +1 -1
- {wagtail_cjkcms-25.3.1.dist-info → wagtail_cjkcms-25.5.2.dist-info}/METADATA +1 -1
- {wagtail_cjkcms-25.3.1.dist-info → wagtail_cjkcms-25.5.2.dist-info}/RECORD +10 -26
- {wagtail_cjkcms-25.3.1.dist-info → wagtail_cjkcms-25.5.2.dist-info}/WHEEL +1 -1
- cjkcms/tests/media/images/test.original.png +0 -0
- cjkcms/tests/media/images/test_3NMwZ9L.original.png +0 -0
- cjkcms/tests/media/images/test_AGrWgX3.original.png +0 -0
- cjkcms/tests/media/images/test_TpkZkXF.original.png +0 -0
- cjkcms/tests/media/images/test_cOs0NW2.original.png +0 -0
- cjkcms/tests/media/images/test_huAlBCK.original.png +0 -0
- cjkcms/tests/media/images/test_sCFpDtv.original.png +0 -0
- cjkcms/tests/media/images/test_w289mH5.original.png +0 -0
- cjkcms/tests/media/original_images/test.png +0 -0
- cjkcms/tests/media/original_images/test_3NMwZ9L.png +0 -0
- cjkcms/tests/media/original_images/test_AGrWgX3.png +0 -0
- cjkcms/tests/media/original_images/test_TpkZkXF.png +0 -0
- cjkcms/tests/media/original_images/test_cOs0NW2.png +0 -0
- cjkcms/tests/media/original_images/test_huAlBCK.png +0 -0
- cjkcms/tests/media/original_images/test_sCFpDtv.png +0 -0
- cjkcms/tests/media/original_images/test_w289mH5.png +0 -0
- {wagtail_cjkcms-25.3.1.dist-info → wagtail_cjkcms-25.5.2.dist-info}/entry_points.txt +0 -0
- {wagtail_cjkcms-25.3.1.dist-info → wagtail_cjkcms-25.5.2.dist-info}/licenses/LICENSE +0 -0
- {wagtail_cjkcms-25.3.1.dist-info → wagtail_cjkcms-25.5.2.dist-info}/top_level.txt +0 -0
cjkcms/__init__.py
CHANGED
@@ -12,11 +12,11 @@
|
|
12
12
|
<h2 class="mb-0">
|
13
13
|
<button
|
14
14
|
class="accordion-button {% if not forloop.first %}collapsed{% endif %}"
|
15
|
-
type="button"
|
15
|
+
type="button"
|
16
|
+
data-mdb-collapse-init
|
16
17
|
data-bs-toggle="collapse"
|
17
|
-
data-mdb-toggle="collapse"
|
18
18
|
data-bs-target="#collapse-{{a_id}}-{{forloop.counter}}"
|
19
|
-
data-mdb-target="#collapse-{{a_id}}-{{forloop.counter}}"
|
19
|
+
data-mdb-target="#collapse-{{a_id}}-{{forloop.counter}}"
|
20
20
|
aria-expanded="{% if forloop.first %}true{% else %}false{% endif %}" aria-controls="collapse-{{a_id}}-{{forloop.counter}}">
|
21
21
|
{{panel.name}}
|
22
22
|
</button>
|
@@ -27,7 +27,7 @@
|
|
27
27
|
aria-labelledby="accordion-heading-{{forloop.counter}}"
|
28
28
|
data-bs-parent="#accordion-{{a_id}}"
|
29
29
|
data-mdb-parent="#accordion-{{a_id}}">
|
30
|
-
<div class="card-body">
|
30
|
+
<div class="{% if panel.custom_css_class %}{{panel.custom_css_class}}{% else %}card-body{% endif %}">
|
31
31
|
{% include_block panel.content %}
|
32
32
|
</div>
|
33
33
|
</div>
|
@@ -61,10 +61,6 @@
|
|
61
61
|
{% endblock %}
|
62
62
|
|
63
63
|
{% block tracking %}
|
64
|
-
{% if settings.cjkcms.AnalyticsSettings.matomo_site_id and settings.cjkcms.AnalyticsSettings.matomo_hostname %}
|
65
|
-
{% include "cjkcms/snippets/tracking_matomo.html" %}
|
66
|
-
{% include "cjkcms/snippets/tracking_matomo_noscript.html" %}
|
67
|
-
{% endif %}
|
68
64
|
{% if settings.cjkcms.AnalyticsSettings.g4_tracking_id %}
|
69
65
|
{% include "cjkcms/snippets/tracking_g4.html" %}
|
70
66
|
{% endif %}
|
@@ -205,7 +201,7 @@
|
|
205
201
|
|
206
202
|
{% block tracking_bottom %}
|
207
203
|
{% if settings.cjkcms.AnalyticsSettings.matomo_site_id and settings.cjkcms.AnalyticsSettings.matomo_hostname %}
|
208
|
-
{% include "cjkcms/snippets/
|
204
|
+
{% include "cjkcms/snippets/tracking_matomo.html" %}
|
209
205
|
{% endif %}
|
210
206
|
{% endblock %}
|
211
207
|
|
@@ -1,2 +1,2 @@
|
|
1
1
|
{% load wagtailsettings_tags %}
|
2
|
-
<noscript><
|
2
|
+
<noscript><img src="{{settings.cjkcms.AnalyticsSettings.matomo_hostname}}/matomo.php?rec=1&idsite={{settings.cjkcms.AnalyticsSettings.matomo_site_id}}" style="border:0;" alt="" /></noscript>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
cjkcms/__init__.py,sha256=
|
1
|
+
cjkcms/__init__.py,sha256=knOBdnhsjxaGyNBpMB0O0EzQ2A6UC33UyHClwHIpoQs,272
|
2
2
|
cjkcms/apps.py,sha256=VA5Z1YerImetvN8KsjPTMSn1fSo6O1JkBJdK5y5ubJY,173
|
3
3
|
cjkcms/fields.py,sha256=dE0DuNIjX7jhA-5GjSmR2l66EDH2kq3vuxL9WyRALCY,3191
|
4
4
|
cjkcms/forms.py,sha256=_uu_FR8odz40lD-Rmw0tlK7-xxxa8THHfV2-1ZJYsIM,361
|
@@ -181,7 +181,7 @@ cjkcms/static/vendor/simplycountdown/js/simplyCountdown.umd.js.map,sha256=qunXuR
|
|
181
181
|
cjkcms/templates/404.html,sha256=GnIFZoXMcFzz_UTMChOgbO6-IIWQZKaAom7OJXn6dao,3245
|
182
182
|
cjkcms/templates/500.html,sha256=YWYel2g2SDKLwSv8C9VLPzVvkcRLo6X9WYwWjxnfz0U,4802
|
183
183
|
cjkcms/templates/cjkcms/robots.txt,sha256=669-RWM9DZYUfyxUvl2Fxn6pcZ_7Efbb7HeZYoR0DWo,92
|
184
|
-
cjkcms/templates/cjkcms/blocks/accordion_block.html,sha256=
|
184
|
+
cjkcms/templates/cjkcms/blocks/accordion_block.html,sha256=X7nZBIGVKRyZNCn3_awlWIfjWebbie06sTc9jvoqd_A,1514
|
185
185
|
cjkcms/templates/cjkcms/blocks/article_block_card.html,sha256=37Xb0XNGVSyWP8gXVGh742eZmW-3hFSmEAfCe5QOrvo,974
|
186
186
|
cjkcms/templates/cjkcms/blocks/article_masonry_card.html,sha256=rW1fDJrERAw_1u391An7F8mvqmrvM2xLcXS9gAgfwuM,1132
|
187
187
|
cjkcms/templates/cjkcms/blocks/base_block.html,sha256=i1iRaLNqVF5Cd_Tv56TbXrA8uBCChnRMRagN047Rx2I,188
|
@@ -280,7 +280,7 @@ cjkcms/templates/cjkcms/includes/stream_forms/render_field.html,sha256=F3FHztOTG
|
|
280
280
|
cjkcms/templates/cjkcms/pages/article_index_page.html,sha256=K_5xM-d2EPDJ961LLqiOLompzSoJz1cHQbwvRNDZfH4,2002
|
281
281
|
cjkcms/templates/cjkcms/pages/article_page.html,sha256=jXOAOznaiSPULcZQB-A8AYmeTU9-xEWcyAgnrYAJ74Y,2031
|
282
282
|
cjkcms/templates/cjkcms/pages/article_page.search.html,sha256=0L4zGoqu1SP1F2BIIYeD9IMaxpjIsqawpIzEN8e94kY,1018
|
283
|
-
cjkcms/templates/cjkcms/pages/base.html,sha256=
|
283
|
+
cjkcms/templates/cjkcms/pages/base.html,sha256=u2MDkSUJ629cphnlbQAeb0OisTgfmHpBrhhb3DRyxdY,9397
|
284
284
|
cjkcms/templates/cjkcms/pages/form_page_landing.html,sha256=zdySSHOWF10-x2MFLH9XMjeFSeNTMRM-VpvZ1tM8kw0,248
|
285
285
|
cjkcms/templates/cjkcms/pages/home_page.html,sha256=67h2o3EVXsrivMqM26OZV-7-H_9vv1clFJ4MFMknIMU,50
|
286
286
|
cjkcms/templates/cjkcms/pages/page.mini.html,sha256=VR3lTCUgHPXTd2HAlNrxQAmNjS_0VGzfQccUV5IeDXc,506
|
@@ -304,7 +304,7 @@ cjkcms/templates/cjkcms/snippets/social_media_nav_block.html,sha256=1eavf1UyigPk
|
|
304
304
|
cjkcms/templates/cjkcms/snippets/tracking_g3.html,sha256=9OWUZKpHyomU02ubrf1rZpCGtPQqPIS74WjX65S4nKA,158
|
305
305
|
cjkcms/templates/cjkcms/snippets/tracking_g4.html,sha256=auZnwOOyEpI48JUSlsJMfB3eMwEJV-85hZaJ7xtOSwI,832
|
306
306
|
cjkcms/templates/cjkcms/snippets/tracking_matomo.html,sha256=kreCmOVi5U855Ly-NqxVT_ysbnj29Vb3n1k3PiUnVL8,694
|
307
|
-
cjkcms/templates/cjkcms/snippets/tracking_matomo_noscript.html,sha256=
|
307
|
+
cjkcms/templates/cjkcms/snippets/tracking_matomo_noscript.html,sha256=ZLRTIvAWB74KeWBnJMw6SXhZa-y0DHfavoNiBrVXs-I,223
|
308
308
|
cjkcms/templates/cjkcms/widgets/checkbox_classifiers.html,sha256=B1DnwyTsjjf9f3SDTo6A3vOsR4iJOCAfUlc0X_lL4ug,1282
|
309
309
|
cjkcms/templates/wagtailadmin/block_forms/base_block_settings_struct.html,sha256=sTMq7WSrxLkTY1bn8BFzRyRg3Dm3YjnYzVmLZfpuiug,839
|
310
310
|
cjkcms/templates/wagtailadmin/block_forms/struct.html,sha256=cGGZY8luf9B29jhEqldzF5BnFTI0scM27bSHNFf-Fx8,550
|
@@ -333,22 +333,6 @@ cjkcms/tests/test_urls.py,sha256=otiKZcs1WLDQM6AOfcdZgsOGDwea1qS3VEc8Yy-FV-Q,288
|
|
333
333
|
cjkcms/tests/test_utils.py,sha256=F6YLRMJjcf0cLiB77KnE5_XQW9lsy_yFB4dtZxjpSs8,2636
|
334
334
|
cjkcms/tests/test_webpage.py,sha256=PvXeXbawigObsdi_YpQNuHFx3Lqi6wM3ktVHZsxYbr4,1520
|
335
335
|
cjkcms/tests/urls.py,sha256=_ksKz7HBHJtQK3HxC9cmJMX_dt6n4alx3FXjcL-cu28,850
|
336
|
-
cjkcms/tests/media/images/test.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
337
|
-
cjkcms/tests/media/images/test_3NMwZ9L.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
338
|
-
cjkcms/tests/media/images/test_AGrWgX3.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
339
|
-
cjkcms/tests/media/images/test_TpkZkXF.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
340
|
-
cjkcms/tests/media/images/test_cOs0NW2.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
341
|
-
cjkcms/tests/media/images/test_huAlBCK.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
342
|
-
cjkcms/tests/media/images/test_sCFpDtv.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
343
|
-
cjkcms/tests/media/images/test_w289mH5.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
344
|
-
cjkcms/tests/media/original_images/test.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
345
|
-
cjkcms/tests/media/original_images/test_3NMwZ9L.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
346
|
-
cjkcms/tests/media/original_images/test_AGrWgX3.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
347
|
-
cjkcms/tests/media/original_images/test_TpkZkXF.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
348
|
-
cjkcms/tests/media/original_images/test_cOs0NW2.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
349
|
-
cjkcms/tests/media/original_images/test_huAlBCK.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
350
|
-
cjkcms/tests/media/original_images/test_sCFpDtv.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
351
|
-
cjkcms/tests/media/original_images/test_w289mH5.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
352
336
|
cjkcms/tests/testapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
353
337
|
cjkcms/tests/testapp/apps.py,sha256=EwyrkWTu-_OoLoERBTlqkqfPIIrEsbHY3kbCxgrv_7I,169
|
354
338
|
cjkcms/tests/testapp/models.py,sha256=N11rFqkMqQNVagoLjmIX8BVsgfW7wFqYKiDB9gE0PTo,575
|
@@ -358,9 +342,9 @@ cjkcms/tests/testapp/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
358
342
|
cjkcms/utils/__init__.py,sha256=uLr0n5jD1dmdICgpv7WjgAtuyrs50ERyRLVUmoSV1cA,110
|
359
343
|
cjkcms/utils/richtext.py,sha256=dgNVQIAXevXzaVhCtGc7XW4PDwTFiGEL7q-YGgpcEjo,573
|
360
344
|
cjkcms/utils/visibility.py,sha256=sbxIM5g903AydRdBbwwahB8tpoyQrHjmERn9Yg_aJ4g,1433
|
361
|
-
wagtail_cjkcms-25.
|
362
|
-
wagtail_cjkcms-25.
|
363
|
-
wagtail_cjkcms-25.
|
364
|
-
wagtail_cjkcms-25.
|
365
|
-
wagtail_cjkcms-25.
|
366
|
-
wagtail_cjkcms-25.
|
345
|
+
wagtail_cjkcms-25.5.2.dist-info/licenses/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
|
346
|
+
wagtail_cjkcms-25.5.2.dist-info/METADATA,sha256=97kYqGA2R9TkQPPBVM5zi9Mqblbkw7LoAW8hHmXH4Ws,3148
|
347
|
+
wagtail_cjkcms-25.5.2.dist-info/WHEEL,sha256=_z0Kb-VmhLeNt2nZ-PsoQBjD25rP0tBwgAyRYD7oTKI,109
|
348
|
+
wagtail_cjkcms-25.5.2.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
|
349
|
+
wagtail_cjkcms-25.5.2.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
|
350
|
+
wagtail_cjkcms-25.5.2.dist-info/RECORD,,
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|