wagtail-cjkcms 25.5.1__py2.py3-none-any.whl → 25.5.3__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.
Files changed (47) hide show
  1. cjkcms/__init__.py +1 -1
  2. cjkcms/blocks/__init__.py +2 -0
  3. cjkcms/blocks/base_blocks.py +22 -0
  4. cjkcms/blocks/content/multistep.py +93 -0
  5. cjkcms/static/cjkcms/css/cjkcms-front.css +1 -1
  6. cjkcms/templates/cjkcms/blocks/base_block.html +2 -1
  7. cjkcms/templates/cjkcms/blocks/column_block.html +6 -1
  8. cjkcms/templates/cjkcms/blocks/grid_block.html +9 -3
  9. cjkcms/templates/cjkcms/blocks/multi_step_instructions.html +14 -0
  10. cjkcms/templates/cjkcms/pages/base.html +1 -5
  11. cjkcms/templates/cjkcms/snippets/multistep/alternating_cards.html +28 -0
  12. cjkcms/templates/cjkcms/snippets/multistep/vertical_pills.html +57 -0
  13. cjkcms/templates/cjkcms/snippets/tracking_matomo_noscript.html +1 -1
  14. {wagtail_cjkcms-25.5.1.dist-info → wagtail_cjkcms-25.5.3.dist-info}/METADATA +1 -1
  15. {wagtail_cjkcms-25.5.1.dist-info → wagtail_cjkcms-25.5.3.dist-info}/RECORD +33 -43
  16. {wagtail_cjkcms-25.5.1.dist-info → wagtail_cjkcms-25.5.3.dist-info}/WHEEL +1 -1
  17. cjkcms/tests/media/images/test_WUJDfCh.original.png +0 -0
  18. cjkcms/tests/media/images/test_ZfGlHpM.original.png +0 -0
  19. cjkcms/tests/media/images/test_e3WjdNA.original.png +0 -0
  20. cjkcms/tests/media/images/test_ecUr3Ew.original.png +0 -0
  21. cjkcms/tests/media/images/test_kMBM1w9.original.png +0 -0
  22. cjkcms/tests/media/images/test_nEQzCFz.original.png +0 -0
  23. cjkcms/tests/media/images/test_qOYmckb.original.png +0 -0
  24. cjkcms/tests/media/original_images/test_OSyHHue.png +0 -0
  25. cjkcms/tests/media/original_images/test_WUJDfCh.png +0 -0
  26. cjkcms/tests/media/original_images/test_ZfGlHpM.png +0 -0
  27. cjkcms/tests/media/original_images/test_e3WjdNA.png +0 -0
  28. cjkcms/tests/media/original_images/test_kMBM1w9.png +0 -0
  29. cjkcms/tests/media/original_images/test_nEQzCFz.png +0 -0
  30. cjkcms/tests/media/original_images/test_qOYmckb.png +0 -0
  31. /cjkcms/tests/media/images/{test_68x8kd6.original.png → test_3ZB0HiN.original.png} +0 -0
  32. /cjkcms/tests/media/images/{test_8GL8Kb7.original.png → test_6mZL9NZ.original.png} +0 -0
  33. /cjkcms/tests/media/images/{test_IocDjKv.original.png → test_OSPIkp8.original.png} +0 -0
  34. /cjkcms/tests/media/images/{test_LH2dPwn.original.png → test_YBCJmYS.original.png} +0 -0
  35. /cjkcms/tests/media/images/{test_NojnfK5.original.png → test_q0QJ4UA.original.png} +0 -0
  36. /cjkcms/tests/media/images/{test_O3GLriA.original.png → test_vMIUDCh.original.png} +0 -0
  37. /cjkcms/tests/media/images/{test_OSyHHue.original.png → test_wMRIuGx.original.png} +0 -0
  38. /cjkcms/tests/media/original_images/{test_68x8kd6.png → test_3ZB0HiN.png} +0 -0
  39. /cjkcms/tests/media/original_images/{test_8GL8Kb7.png → test_6mZL9NZ.png} +0 -0
  40. /cjkcms/tests/media/original_images/{test_IocDjKv.png → test_OSPIkp8.png} +0 -0
  41. /cjkcms/tests/media/original_images/{test_LH2dPwn.png → test_YBCJmYS.png} +0 -0
  42. /cjkcms/tests/media/original_images/{test_O3GLriA.png → test_q0QJ4UA.png} +0 -0
  43. /cjkcms/tests/media/original_images/{test_NojnfK5.png → test_vMIUDCh.png} +0 -0
  44. /cjkcms/tests/media/original_images/{test_ecUr3Ew.png → test_wMRIuGx.png} +0 -0
  45. {wagtail_cjkcms-25.5.1.dist-info → wagtail_cjkcms-25.5.3.dist-info}/entry_points.txt +0 -0
  46. {wagtail_cjkcms-25.5.1.dist-info → wagtail_cjkcms-25.5.3.dist-info}/licenses/LICENSE +0 -0
  47. {wagtail_cjkcms-25.5.1.dist-info → wagtail_cjkcms-25.5.3.dist-info}/top_level.txt +0 -0
cjkcms/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- VERSION = (25, 5, 1, "")
1
+ VERSION = (25, 5, 3, "")
2
2
 
3
3
  __version_info__ = VERSION
4
4
  __version__ = ".".join(map(str, VERSION[:3])) + (f"-{VERSION[3]}" if VERSION[3] else "")
cjkcms/blocks/__init__.py CHANGED
@@ -35,6 +35,7 @@ from .content_blocks import ( # noqa
35
35
  )
36
36
  from .content.events import PublicEventBlock, EventCalendarBlock
37
37
  from .content.countdown import CountdownBlock
38
+ from .content.multistep import MultiStepInstructionsBlock
38
39
  from .layout_blocks import CardGridBlock, GridBlock, HeroBlock
39
40
  from cjkcms.settings import cms_settings
40
41
 
@@ -79,6 +80,7 @@ CONTENT_STREAMBLOCKS = HTML_STREAMBLOCKS + [
79
80
  ("event_calendar", EventCalendarBlock()),
80
81
  ("highlight", HighlightBlock()),
81
82
  ("countdown", CountdownBlock()),
83
+ ("multistep_instructions", MultiStepInstructionsBlock()),
82
84
  ]
83
85
 
84
86
  NAVIGATION_STREAMBLOCKS = [
@@ -188,11 +188,33 @@ class CjkcmsAdvSettings(blocks.StructBlock):
188
188
  # placeholder, real value get set in __init__()
189
189
  custom_template = blocks.Block()
190
190
 
191
+ force_theme = blocks.ChoiceBlock(
192
+ choices=[
193
+ (None, _("None")),
194
+ ("light", _("Light")),
195
+ ("dark", _("Dark")),
196
+ ],
197
+ default=None,
198
+ required=False,
199
+ label=_("Force Theme"),
200
+ help_text=_(
201
+ "Override the theme for this block, also adding bg-body and text-body classes."
202
+ ),
203
+ )
204
+
191
205
  custom_css_class = blocks.CharBlock(
192
206
  required=False,
193
207
  max_length=255,
194
208
  label=_("Custom CSS Class"),
195
209
  )
210
+
211
+ item_css_class = blocks.CharBlock(
212
+ required=False,
213
+ max_length=255,
214
+ label=_("Item CSS Class"),
215
+ help_text=_("Used for multi-item blocks, like galleries or lists."),
216
+ )
217
+
196
218
  custom_id = blocks.CharBlock(
197
219
  required=False,
198
220
  max_length=255,
@@ -0,0 +1,93 @@
1
+ from wagtail import blocks
2
+ from wagtail.blocks import StructBlock, StreamBlock
3
+ from cjkcms.blocks.html_blocks import ButtonBlock
4
+ from cjkcms.blocks.base_blocks import BaseBlock
5
+ from cjkcms.settings import cms_settings
6
+ from django.utils.translation import gettext_lazy as _
7
+
8
+
9
+ class BootstrapColorChoiceBlock(blocks.ChoiceBlock):
10
+
11
+ class Meta:
12
+ label = "Color"
13
+
14
+
15
+ class InstructionBlock(StructBlock):
16
+ header = blocks.CharBlock(
17
+ label="Header",
18
+ required=False,
19
+ )
20
+
21
+ pill_label = blocks.CharBlock(
22
+ label="Pill button Label",
23
+ help_text="Used only in Vertical Pills layout",
24
+ )
25
+
26
+ content_1 = blocks.RichTextBlock(
27
+ icon="font",
28
+ features=cms_settings.CJKCMS_RICHTEXT_FEATURES["full"],
29
+ label="Content Section 1",
30
+ required=False,
31
+ )
32
+
33
+ content_2 = blocks.RichTextBlock(
34
+ icon="font",
35
+ features=cms_settings.CJKCMS_RICHTEXT_FEATURES["full"],
36
+ label="Content Section 2",
37
+ required=False,
38
+ )
39
+
40
+ buttons = StreamBlock(
41
+ [("button", ButtonBlock())],
42
+ label="Step Buttons",
43
+ required=False,
44
+ block_counts={"button": {"min_num": 0, "max_num": 3}},
45
+ )
46
+
47
+ class Meta:
48
+ icon = "plus"
49
+ label = "Step"
50
+ label_format = "{header} (Step)"
51
+
52
+
53
+ class MultiStepInstructionsBlock(BaseBlock):
54
+ header = blocks.CharBlock(label="Headline", required=False)
55
+
56
+ layout = blocks.ChoiceBlock(
57
+ label="Layout",
58
+ choices=[
59
+ ("vertical_pills", "Vertical Pills"),
60
+ ("alternating_cards", "Alternating Cards"),
61
+ ],
62
+ default="alternating_cards",
63
+ )
64
+
65
+ alignment = blocks.ChoiceBlock(
66
+ label="Header & Buttons Alignment",
67
+ choices=[
68
+ ("left", "Left"),
69
+ ("right", "Right"),
70
+ ("center", "Center"),
71
+ ],
72
+ default="center",
73
+ )
74
+
75
+ # gutter size for content spacing, dropdown choices for intengers 0-5
76
+ content_gutter = blocks.ChoiceBlock(
77
+ label="Content Gutter Size",
78
+ choices=[(str(i), str(i)) for i in range(6)],
79
+ default="3",
80
+ help_text="Horizontal gutter size for content spacing, 0-5",
81
+ )
82
+
83
+ steps = StreamBlock(
84
+ [("step", InstructionBlock())],
85
+ label="Steps",
86
+ block_counts={"step": {"min_num": 1, "max_num": 10, "required": True}},
87
+ )
88
+
89
+ class Meta:
90
+ icon = "group"
91
+ label = "Multi Step Instructions"
92
+ label_format = "{header} (Multi Step Instructions)"
93
+ template = "cjkcms/blocks/multi_step_instructions.html"
@@ -338,4 +338,4 @@ License: https://github.com/coderedcorp/coderedcms/blob/dev/LICENSE
338
338
  height: 0;
339
339
  width: 0;
340
340
  display: block;
341
- }
341
+ }
@@ -1,6 +1,7 @@
1
1
  <div class="{{self.settings.custom_css_class}}"
2
2
  {% if self.settings.custom_id %}
3
3
  id="{{self.settings.custom_id}}"
4
- {% endif %} >
4
+ {% endif %}
5
+ >
5
6
  {% block block_render %}{% endblock %}
6
7
  </div>
@@ -1,7 +1,12 @@
1
1
  {% load wagtailcore_tags %}
2
2
 
3
3
  <div {% if self.settings.custom_id %}id="{{self.settings.custom_id}}"{% endif %}
4
- class="col{% if self.settings.column_breakpoint %}-{{ self.settings.column_breakpoint }}{% endif %}{% if self.column_size %}-{{ self.column_size }}{% endif %} {{self.settings.custom_css_class}}">
4
+ {% if self.settings.force_theme %}
5
+ data-bs-theme="{{ self.settings.force_theme }}" data-mdb-theme="{{ self.settings.force_theme }}"
6
+ {% endif %}
7
+ class="col{% if self.settings.column_breakpoint %}-{{ self.settings.column_breakpoint }}{% endif %}{% if self.column_size %}-{{ self.column_size }}{% endif %}
8
+ {{self.settings.custom_css_class}}
9
+ {% if self.settings.force_theme %} bg-body text-body{% endif %}">
5
10
  {% for block in self.content %}
6
11
  {% include_block block %}
7
12
  {% endfor %}
@@ -1,10 +1,16 @@
1
1
  {% load wagtailcore_tags %}
2
2
 
3
3
  <div class="container{% if self.fluid %}-fluid{% endif %}"
4
- {% if self.settings.custom_id %} id="{{self.settings.custom_id}}"{% endif %} >
5
-
4
+ {% if self.settings.custom_id %} id="{{self.settings.custom_id}}"{% endif %}
5
+ >
6
6
  {% block grid_content %}
7
- <div class="row {{self.settings.custom_css_class}}">
7
+ <div
8
+ {% if self.settings.force_theme %}
9
+ data-bs-theme="{{ self.settings.force_theme }}" data-mdb-theme="{{ self.settings.force_theme }}"
10
+ {% endif %}
11
+
12
+ class="row {{self.settings.custom_css_class}}
13
+ {% if self.settings.force_theme %} bg-body text-body{% endif %}">
8
14
  {% for column in self.content %}
9
15
  {% include_block column %}
10
16
  {% endfor %}
@@ -0,0 +1,14 @@
1
+ {% load wagtailcore_tags wagtailimages_tags cjkcms_tags static %}
2
+ <div
3
+ {% if self.settings.force_theme %}
4
+ data-bs-theme="{{ self.settings.force_theme }}" data-mdb-theme="{{ self.settings.force_theme }}"
5
+ {% endif %}
6
+ class="multi_step_instructions {%if self.settings.custom_css_class%}{{self.settings.custom_css_class}}{% else %} p-2 m-2 {% endif %}
7
+ {% if self.settings.force_theme %} bg-body text-body{% endif %}">
8
+ {% if self.header %}
9
+ <h2 class="text-center py-2 fw-bolder">{{ self.header }}</h2>
10
+ {% endif %}
11
+ {% with "cjkcms/snippets/multistep/"|add:self.layout|add:".html" as layout_template %}
12
+ {% include layout_template %}
13
+ {% endwith %}
14
+ </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/tracking_matomo_noscript.html" %}
204
+ {% include "cjkcms/snippets/tracking_matomo.html" %}
209
205
  {% endif %}
210
206
  {% endblock %}
211
207
 
@@ -0,0 +1,28 @@
1
+ {% load wagtailcore_tags wagtailimages_tags static %}
2
+
3
+ {% for instruction in self.steps %}
4
+ <div class="row {%if self.settings.item_css_class%}{{self.settings.item_css_class}}{% else %}gx-4 gy-4 mb-4 border-bottom{% endif %}">
5
+ <div class="col-lg-6
6
+ {% if forloop.counter|divisibleby:2 %}order-last{% endif %}">
7
+ <h3 class="mb-2
8
+ {% if self.alignment == "center" %}text-center
9
+ {% elif self.alignment == "left" %}text-start
10
+ {% else %}text-end{% endif %}
11
+ ">{{ instruction.value.header }}</h3>
12
+ <div class="content-instructions">
13
+ {{ instruction.value.content_1|richtext }}
14
+ </div>
15
+ <div class="d-flex mb-2
16
+ {% if self.alignment == "center" %}justify-content-center
17
+ {% elif self.alignment == "left" %}justify-content-start
18
+ {% else %}justify-content-end{% endif %}">
19
+ {{ instruction.value.buttons }}
20
+ </div>
21
+ </div>
22
+ <div class="col-lg-6">
23
+ <div class="content-instructions">
24
+ {{ instruction.value.content_2|richtext }}
25
+ </div>
26
+ </div>
27
+ </div>
28
+ {% endfor %}
@@ -0,0 +1,57 @@
1
+ {% load wagtailcore_tags wagtailimages_tags static %}
2
+
3
+ <div class="row {%if self.settings.item_css_class%}{{self.settings.item_css_class}}{% else %}gx-4 gy-4{% endif %}">
4
+ <div class="col-3">
5
+ <!-- Tab navs -->
6
+ <div
7
+ class="nav flex-column nav-pills text-center"
8
+ id="v-pills-tab"
9
+ role="tablist"
10
+ aria-orientation="vertical"
11
+ >
12
+ {% for instruction in self.steps %}
13
+ <a
14
+ data-mdb-pill-init
15
+ class="nav-link {% if forloop.first %}active{% endif %}"
16
+ id="v-pills-{{ instruction.value.pill_label|slugify }}-tab"
17
+ href="#vp-{{ instruction.value.pill_label|slugify }}"
18
+ role="tab"
19
+ aria-controls="vp-{{ instruction.value.pill_label|slugify }}"
20
+ aria-selected="{% if forloop.first %}true{% else %}false{% endif %}"
21
+ >{{ instruction.value.pill_label }}</a>
22
+ {% endfor %}
23
+ </div>
24
+ <!-- Tab navs -->
25
+ </div>
26
+ <div class="col-9">
27
+ <!-- Tab content -->
28
+ <div class="tab-content" id="vp-content">
29
+ {% for instruction in self.steps %}
30
+ <div
31
+ class="tab-pane fade show {% if forloop.first %}active{% endif %}"
32
+ id="vp-{{ instruction.value.pill_label|slugify }}"
33
+ role="tabpanel"
34
+ aria-labelledby="vp-{{ instruction.value.pill_label|slugify }}-tab"
35
+ >
36
+ <h3 class="
37
+ {% if self.alignment == "center" %}text-center
38
+ {% elif self.alignment == "left" %}text-start
39
+ {% else %}text-end{% endif %}">{{ instruction.value.header }}</h3>
40
+ <div class="content-instructions">
41
+ {{ instruction.value.content_1|richtext }}
42
+ </div>
43
+ <div class="content-instructions">
44
+ {{ instruction.value.content_2|richtext }}
45
+ </div>
46
+ <div class="d-flex
47
+ {% if self.alignment == "center" %}justify-content-center
48
+ {% elif self.alignment == "left" %}justify-content-start
49
+ {% else %}justify-content-end{% endif %}">
50
+ {{ instruction.value.buttons }}
51
+ </div>
52
+ </div>
53
+ {% endfor %}
54
+ </div>
55
+ <!-- Tab content -->
56
+ </div>
57
+ </div>
@@ -1,2 +1,2 @@
1
1
  {% load wagtailsettings_tags %}
2
- <noscript><p><img src="{{settings.cjkcms.AnalyticsSettings.matomo_hostname}}/matomo.php?rec=1&idsite={{settings.cjkcms.AnalyticsSettings.matomo_site_id}}" style="border:0;" alt="" /></p></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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wagtail-cjkcms
3
- Version: 25.5.1
3
+ Version: 25.5.3
4
4
  Summary: Wagtail Content Management System, installable as a Django app into any Wagtail 4.1.x/5.x/6.x site.
5
5
  Author-email: Grzegorz Krol <gk@cjk.pl>
6
6
  License: BSD-3-Clause
@@ -1,4 +1,4 @@
1
- cjkcms/__init__.py,sha256=XSZqTnIsS1MPzzy4M2PYuqRsw-GYKDscv6K_lO36DF0,272
1
+ cjkcms/__init__.py,sha256=llkvARWHviW7kBwi844zGywVeFSI0rEjGZIb5ezo0fs,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
@@ -13,8 +13,8 @@ cjkcms/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  cjkcms/api/mailchimp.py,sha256=pufnnu8n-c6kkWNKy-EsRLW5LLBn8_TmYrnRSQCPFdY,2832
14
14
  cjkcms/bin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  cjkcms/bin/cjkcms.py,sha256=i11hhB11COQhTk05y7mkeIkUYcFjhI8-QxLkN3tCxgg,5763
16
- cjkcms/blocks/__init__.py,sha256=kUr403BZfB7tHUfVAbH0LYT3mRRIbSUDISNmmu-N1OE,4170
17
- cjkcms/blocks/base_blocks.py,sha256=uKp6QO3iOPT4P0H0yOumvL7faPvLQK9Dj-D8iqlvqQ4,11616
16
+ cjkcms/blocks/__init__.py,sha256=Md62uG7pMyMrKn3j1PpH271ECCIjaKaY1XK4NRgCjAs,4290
17
+ cjkcms/blocks/base_blocks.py,sha256=wyTWluLvHmdxn3cBJhEiFciVDE4I2PWVqqPRCyWf8v0,12198
18
18
  cjkcms/blocks/content_blocks.py,sha256=-bIh3BCNYx0N7iK3mpfnLOzIsSMItgpLeC9Cqg-_dTc,9759
19
19
  cjkcms/blocks/html_blocks.py,sha256=bDRDEresn3R87Uux7YztU2WhRnxGhJ429soOpmAd41c,9544
20
20
  cjkcms/blocks/layout_blocks.py,sha256=n2oVyL-ZQQaEA00HU6YraR59YF065o-OK7WuAahGuiw,3406
@@ -22,6 +22,7 @@ cjkcms/blocks/searchable_html_block.py,sha256=i1rWv4vwwvZ9fxkASwPKl87-TqVHkXOFyo
22
22
  cjkcms/blocks/content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  cjkcms/blocks/content/countdown.py,sha256=KWutgbPY_N49vrxqUPjbir-MgN0ro5u8WVXD8MyJUbI,3342
24
24
  cjkcms/blocks/content/events.py,sha256=H3uIl4Gxfsm8yjdfaEMRLcNs5-HkoMZUP1qkxPd5Z9Q,1967
25
+ cjkcms/blocks/content/multistep.py,sha256=oP2X5d3Gtbi-rlEP3izhawHVg3yomoHy-N5JyWsPiQA,2564
25
26
  cjkcms/draftail/__init__.py,sha256=4-DXyDcnvAacmOzRW5IzmNb28kU71PJ18Q89vkxCv_8,240
26
27
  cjkcms/draftail/draftail_extensions.py,sha256=Grf3vkuqyygt7vn3Fp1ALXLxjgSsYZ4-rLH4R8eFIEU,3250
27
28
  cjkcms/finders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -148,7 +149,7 @@ cjkcms/static/cjkcms/bi/fonts/bootstrap-icons.woff2,sha256=z-RbmB0bkbFzNho0z85fY
148
149
  cjkcms/static/cjkcms/css/cjkcms-admin.css,sha256=I_ca37IMgYbh75CrhRenPvu3TzMVFgmDO2246fGijkI,846
149
150
  cjkcms/static/cjkcms/css/cjkcms-custom-theme-disabled.css,sha256=n176w4XXEO7MdisDllr8_6pVmyRAEQM7QbAPvSVU5YU,2432
150
151
  cjkcms/static/cjkcms/css/cjkcms-editor.css,sha256=rqUeJtq7TNyNpBvSkTOKzpFMUZ-Vh3K075EcmAvG05Q,1104
151
- cjkcms/static/cjkcms/css/cjkcms-front.css,sha256=s_fkt-YKud6BuhKYtAW13EfSKKU3x_HcnVnMuHyhgzo,5316
152
+ cjkcms/static/cjkcms/css/cjkcms-front.css,sha256=qrEYwhu22fcWDNhbHRVOIgk74xf1Zm4mIfjAL2hDsxA,5317
152
153
  cjkcms/static/cjkcms/images/avatars/default.png,sha256=f8QXRtZ1j3s2CItnnL8XbbhgfW2yPHKnijwG3d5qdb0,535
153
154
  cjkcms/static/cjkcms/images/avatars/default.svg,sha256=kVYNxHtkb6nHbTCXyDG3qvS_-IgS9PknIf2I8KI9MrE,384
154
155
  cjkcms/static/cjkcms/images/icons/calendar-day.svg,sha256=S6Wk7QnGUEkSzabH8ob5Vqoum1MBRNuQ4imz-in9n6Y,581
@@ -184,7 +185,7 @@ cjkcms/templates/cjkcms/robots.txt,sha256=669-RWM9DZYUfyxUvl2Fxn6pcZ_7Efbb7HeZYo
184
185
  cjkcms/templates/cjkcms/blocks/accordion_block.html,sha256=X7nZBIGVKRyZNCn3_awlWIfjWebbie06sTc9jvoqd_A,1514
185
186
  cjkcms/templates/cjkcms/blocks/article_block_card.html,sha256=37Xb0XNGVSyWP8gXVGh742eZmW-3hFSmEAfCe5QOrvo,974
186
187
  cjkcms/templates/cjkcms/blocks/article_masonry_card.html,sha256=rW1fDJrERAw_1u391An7F8mvqmrvM2xLcXS9gAgfwuM,1132
187
- cjkcms/templates/cjkcms/blocks/base_block.html,sha256=i1iRaLNqVF5Cd_Tv56TbXrA8uBCChnRMRagN047Rx2I,188
188
+ cjkcms/templates/cjkcms/blocks/base_block.html,sha256=Yo0TJpY9YXZt_hSNS8Ognu4Fv_BCUDlZPbjm3rfLr54,193
188
189
  cjkcms/templates/cjkcms/blocks/base_link_block.html,sha256=3SBZGZ6_kn2NGWK8U2Uri_0Kqh8YCdjmGSSlMXF8TbQ,2336
189
190
  cjkcms/templates/cjkcms/blocks/button_block.html,sha256=skwQN6x0FWBYGEQbX1hIg1prgO0AarmzjzdsjmPyvdg,875
190
191
  cjkcms/templates/cjkcms/blocks/card_block.html,sha256=Z5wzPM7-X3QWx5B_CAO2e5ei9OyNwUD4m4h_HV2Bj5c,746
@@ -202,7 +203,7 @@ cjkcms/templates/cjkcms/blocks/cardgrid_deck.html,sha256=tP3-RrN8BXUkTWn9Y8HRwSf
202
203
  cjkcms/templates/cjkcms/blocks/cardgrid_group.html,sha256=CBF8Hv-RfhoC6FR9XyBkRAruI4H1US1l4_nwuNrHaM0,359
203
204
  cjkcms/templates/cjkcms/blocks/cardgrid_zero.html,sha256=ZJECwiQ3IarjwA5brEVO5KTa6P05BLlHqhb6yW9uIuw,358
204
205
  cjkcms/templates/cjkcms/blocks/carousel_block.html,sha256=XC04uEPWjQKmN7dHoQVv9NmFPkBxLhCpwTzvVGeXUwk,2698
205
- cjkcms/templates/cjkcms/blocks/column_block.html,sha256=7aiPizV-MrXS2LyV_fP1aCpNoC0nNAQphyVuAWbi2SI,406
206
+ cjkcms/templates/cjkcms/blocks/column_block.html,sha256=HK79jsbzF0lNgv2jHCNiYwccwA9KWIQgfcJQBlj9Whc,647
206
207
  cjkcms/templates/cjkcms/blocks/countdown.html,sha256=blU12tkfSUp1G3W7bEK0xBClVgj-baeCk9qGkWIpb9E,921
207
208
  cjkcms/templates/cjkcms/blocks/document_link_block.html,sha256=cEJERsbEF4sSLyyBRSHtiePwc-Q9S02dF0BZo_CThZ0,137
208
209
  cjkcms/templates/cjkcms/blocks/download_block.html,sha256=0uslQsNRhg0XYhLijfrToAFiMVQ_SsOBTxcKRYXScbc,920
@@ -210,7 +211,7 @@ cjkcms/templates/cjkcms/blocks/embed_video_block.html,sha256=qHstCQwbgTykxWUqfH8
210
211
  cjkcms/templates/cjkcms/blocks/event_calendar_block.html,sha256=_tz3Kjx5fqePTYTov565mom47TwGtfhEk1SgHJRQe2Q,308
211
212
  cjkcms/templates/cjkcms/blocks/external_link_block.html,sha256=EIqU-_BY0GPUOlIFviTl4wR_dcSyIlHJZz7hIZSNees,95
212
213
  cjkcms/templates/cjkcms/blocks/film_strip_block.html,sha256=3WOGq2A40uO_p9FBppMlzGXKugNuUI5Vu0xowhf3I5g,1484
213
- cjkcms/templates/cjkcms/blocks/grid_block.html,sha256=zNN2Zm0agxKGsuW8O4ZSEvvZD65ICJXncbCef2BBecM,424
214
+ cjkcms/templates/cjkcms/blocks/grid_block.html,sha256=umVOxoAW67zB3gBZu4Ko0RXNsK9WfnZgzV2NRvJDc5g,661
214
215
  cjkcms/templates/cjkcms/blocks/h1_block.html,sha256=1THQrcNJFICX63kgfOmbFBlg3bnGTVq6wBPRToFkx-Y,200
215
216
  cjkcms/templates/cjkcms/blocks/h2_block.html,sha256=F2pyouvyTmHIvxx63fsCHTsOfGZSjrkDDd48bX559kg,200
216
217
  cjkcms/templates/cjkcms/blocks/h3_block.html,sha256=9ywHXmVmKnSzyewDAN8_NN49YNNAH2TihGoBECT-IkA,200
@@ -220,6 +221,7 @@ cjkcms/templates/cjkcms/blocks/image_block.html,sha256=A_jRCQDL0GT3NQzxhaGGalnvd
220
221
  cjkcms/templates/cjkcms/blocks/image_gallery_block.html,sha256=gFAlNq07qY-6tzHi7gMPol6xBkx6mAvLXZcuNkb9q6w,1400
221
222
  cjkcms/templates/cjkcms/blocks/image_link_block.html,sha256=1SnNXhvgorW3oIPOWuLeU9gUp4nGS2vBuPZKf6eM9TI,627
222
223
  cjkcms/templates/cjkcms/blocks/modal_block.html,sha256=xlXP0drI0QinbH0-yLpEuIR8H2kz9rY9LmwQTIduqd8,1020
224
+ cjkcms/templates/cjkcms/blocks/multi_step_instructions.html,sha256=MFuimHswG_U8ufylFrEzXl5gCRVnlu_DZIw-SfTfMQU,723
223
225
  cjkcms/templates/cjkcms/blocks/page_link_block.html,sha256=rRLrzIp7eTYNjNzkZelxorD6zEhtBWDG6p4jTBVIDK4,164
224
226
  cjkcms/templates/cjkcms/blocks/pagelist_article_card_columns.html,sha256=48yrs_GgqHfJSfACewqZjdq1AE_RuSZXDvMUTrmsFn0,787
225
227
  cjkcms/templates/cjkcms/blocks/pagelist_article_card_deck.html,sha256=BZwOOsSrkwEqV-8Nf0yP6rmsufBylalJ8kqSzG4-V9Q,637
@@ -280,7 +282,7 @@ cjkcms/templates/cjkcms/includes/stream_forms/render_field.html,sha256=F3FHztOTG
280
282
  cjkcms/templates/cjkcms/pages/article_index_page.html,sha256=K_5xM-d2EPDJ961LLqiOLompzSoJz1cHQbwvRNDZfH4,2002
281
283
  cjkcms/templates/cjkcms/pages/article_page.html,sha256=jXOAOznaiSPULcZQB-A8AYmeTU9-xEWcyAgnrYAJ74Y,2031
282
284
  cjkcms/templates/cjkcms/pages/article_page.search.html,sha256=0L4zGoqu1SP1F2BIIYeD9IMaxpjIsqawpIzEN8e94kY,1018
283
- cjkcms/templates/cjkcms/pages/base.html,sha256=ql7HTicKZj_PPZ0HVYm1Si9loYDWL3jsRM_2nFweGv8,9701
285
+ cjkcms/templates/cjkcms/pages/base.html,sha256=u2MDkSUJ629cphnlbQAeb0OisTgfmHpBrhhb3DRyxdY,9397
284
286
  cjkcms/templates/cjkcms/pages/form_page_landing.html,sha256=zdySSHOWF10-x2MFLH9XMjeFSeNTMRM-VpvZ1tM8kw0,248
285
287
  cjkcms/templates/cjkcms/pages/home_page.html,sha256=67h2o3EVXsrivMqM26OZV-7-H_9vv1clFJ4MFMknIMU,50
286
288
  cjkcms/templates/cjkcms/pages/page.mini.html,sha256=VR3lTCUgHPXTd2HAlNrxQAmNjS_0VGzfQccUV5IeDXc,506
@@ -304,7 +306,9 @@ cjkcms/templates/cjkcms/snippets/social_media_nav_block.html,sha256=1eavf1UyigPk
304
306
  cjkcms/templates/cjkcms/snippets/tracking_g3.html,sha256=9OWUZKpHyomU02ubrf1rZpCGtPQqPIS74WjX65S4nKA,158
305
307
  cjkcms/templates/cjkcms/snippets/tracking_g4.html,sha256=auZnwOOyEpI48JUSlsJMfB3eMwEJV-85hZaJ7xtOSwI,832
306
308
  cjkcms/templates/cjkcms/snippets/tracking_matomo.html,sha256=kreCmOVi5U855Ly-NqxVT_ysbnj29Vb3n1k3PiUnVL8,694
307
- cjkcms/templates/cjkcms/snippets/tracking_matomo_noscript.html,sha256=g20zZkBNAY9A6Dk5cKZD3x2SD4ERrIW4AlISdLfkeGs,230
309
+ cjkcms/templates/cjkcms/snippets/tracking_matomo_noscript.html,sha256=ZLRTIvAWB74KeWBnJMw6SXhZa-y0DHfavoNiBrVXs-I,223
310
+ cjkcms/templates/cjkcms/snippets/multistep/alternating_cards.html,sha256=3uhMjT-ZSP3tt_4tI5MgQ9OOqinCqbFnDX2lcKl6Y5s,1306
311
+ cjkcms/templates/cjkcms/snippets/multistep/vertical_pills.html,sha256=Z4etgfB5oSnd0mvIuIyy3r8_H87kk6pAgdf3nNW88NM,2617
308
312
  cjkcms/templates/cjkcms/widgets/checkbox_classifiers.html,sha256=B1DnwyTsjjf9f3SDTo6A3vOsR4iJOCAfUlc0X_lL4ug,1282
309
313
  cjkcms/templates/wagtailadmin/block_forms/base_block_settings_struct.html,sha256=sTMq7WSrxLkTY1bn8BFzRyRg3Dm3YjnYzVmLZfpuiug,839
310
314
  cjkcms/templates/wagtailadmin/block_forms/struct.html,sha256=cGGZY8luf9B29jhEqldzF5BnFTI0scM27bSHNFf-Fx8,550
@@ -334,35 +338,21 @@ cjkcms/tests/test_utils.py,sha256=F6YLRMJjcf0cLiB77KnE5_XQW9lsy_yFB4dtZxjpSs8,26
334
338
  cjkcms/tests/test_webpage.py,sha256=PvXeXbawigObsdi_YpQNuHFx3Lqi6wM3ktVHZsxYbr4,1520
335
339
  cjkcms/tests/urls.py,sha256=_ksKz7HBHJtQK3HxC9cmJMX_dt6n4alx3FXjcL-cu28,850
336
340
  cjkcms/tests/media/images/test.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
337
- cjkcms/tests/media/images/test_68x8kd6.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
338
- cjkcms/tests/media/images/test_8GL8Kb7.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
339
- cjkcms/tests/media/images/test_IocDjKv.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
340
- cjkcms/tests/media/images/test_LH2dPwn.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
341
- cjkcms/tests/media/images/test_NojnfK5.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
342
- cjkcms/tests/media/images/test_O3GLriA.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
343
- cjkcms/tests/media/images/test_OSyHHue.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
344
- cjkcms/tests/media/images/test_WUJDfCh.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
345
- cjkcms/tests/media/images/test_ZfGlHpM.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
346
- cjkcms/tests/media/images/test_e3WjdNA.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
347
- cjkcms/tests/media/images/test_ecUr3Ew.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
348
- cjkcms/tests/media/images/test_kMBM1w9.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
349
- cjkcms/tests/media/images/test_nEQzCFz.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
350
- cjkcms/tests/media/images/test_qOYmckb.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
341
+ cjkcms/tests/media/images/test_3ZB0HiN.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
342
+ cjkcms/tests/media/images/test_6mZL9NZ.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
343
+ cjkcms/tests/media/images/test_OSPIkp8.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
344
+ cjkcms/tests/media/images/test_YBCJmYS.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
345
+ cjkcms/tests/media/images/test_q0QJ4UA.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
346
+ cjkcms/tests/media/images/test_vMIUDCh.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
347
+ cjkcms/tests/media/images/test_wMRIuGx.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
351
348
  cjkcms/tests/media/original_images/test.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
352
- cjkcms/tests/media/original_images/test_68x8kd6.png,sha256=GvnFOJX4x2u1s4LjNld27VHvbaASC5OCHs4bAyLHq7Q,2307
353
- cjkcms/tests/media/original_images/test_8GL8Kb7.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
354
- cjkcms/tests/media/original_images/test_IocDjKv.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
355
- cjkcms/tests/media/original_images/test_LH2dPwn.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
356
- cjkcms/tests/media/original_images/test_NojnfK5.png,sha256=GvnFOJX4x2u1s4LjNld27VHvbaASC5OCHs4bAyLHq7Q,2307
357
- cjkcms/tests/media/original_images/test_O3GLriA.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
358
- cjkcms/tests/media/original_images/test_OSyHHue.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
359
- cjkcms/tests/media/original_images/test_WUJDfCh.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
360
- cjkcms/tests/media/original_images/test_ZfGlHpM.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
361
- cjkcms/tests/media/original_images/test_e3WjdNA.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
362
- cjkcms/tests/media/original_images/test_ecUr3Ew.png,sha256=GvnFOJX4x2u1s4LjNld27VHvbaASC5OCHs4bAyLHq7Q,2307
363
- cjkcms/tests/media/original_images/test_kMBM1w9.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
364
- cjkcms/tests/media/original_images/test_nEQzCFz.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
365
- cjkcms/tests/media/original_images/test_qOYmckb.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
349
+ cjkcms/tests/media/original_images/test_3ZB0HiN.png,sha256=GvnFOJX4x2u1s4LjNld27VHvbaASC5OCHs4bAyLHq7Q,2307
350
+ cjkcms/tests/media/original_images/test_6mZL9NZ.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
351
+ cjkcms/tests/media/original_images/test_OSPIkp8.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
352
+ cjkcms/tests/media/original_images/test_YBCJmYS.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
353
+ cjkcms/tests/media/original_images/test_q0QJ4UA.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
354
+ cjkcms/tests/media/original_images/test_vMIUDCh.png,sha256=GvnFOJX4x2u1s4LjNld27VHvbaASC5OCHs4bAyLHq7Q,2307
355
+ cjkcms/tests/media/original_images/test_wMRIuGx.png,sha256=GvnFOJX4x2u1s4LjNld27VHvbaASC5OCHs4bAyLHq7Q,2307
366
356
  cjkcms/tests/testapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
357
  cjkcms/tests/testapp/apps.py,sha256=EwyrkWTu-_OoLoERBTlqkqfPIIrEsbHY3kbCxgrv_7I,169
368
358
  cjkcms/tests/testapp/models.py,sha256=N11rFqkMqQNVagoLjmIX8BVsgfW7wFqYKiDB9gE0PTo,575
@@ -372,9 +362,9 @@ cjkcms/tests/testapp/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
372
362
  cjkcms/utils/__init__.py,sha256=uLr0n5jD1dmdICgpv7WjgAtuyrs50ERyRLVUmoSV1cA,110
373
363
  cjkcms/utils/richtext.py,sha256=dgNVQIAXevXzaVhCtGc7XW4PDwTFiGEL7q-YGgpcEjo,573
374
364
  cjkcms/utils/visibility.py,sha256=sbxIM5g903AydRdBbwwahB8tpoyQrHjmERn9Yg_aJ4g,1433
375
- wagtail_cjkcms-25.5.1.dist-info/licenses/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
376
- wagtail_cjkcms-25.5.1.dist-info/METADATA,sha256=R6q4I2QmrrGRJHGTPXg2ia2TEk1svpRrhYQ6BX0l3K8,3148
377
- wagtail_cjkcms-25.5.1.dist-info/WHEEL,sha256=_z0Kb-VmhLeNt2nZ-PsoQBjD25rP0tBwgAyRYD7oTKI,109
378
- wagtail_cjkcms-25.5.1.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
379
- wagtail_cjkcms-25.5.1.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
380
- wagtail_cjkcms-25.5.1.dist-info/RECORD,,
365
+ wagtail_cjkcms-25.5.3.dist-info/licenses/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
366
+ wagtail_cjkcms-25.5.3.dist-info/METADATA,sha256=oCACWquUiGzMsa2_MZj7k-19e48z8vtF1UdJ6ykB0fE,3148
367
+ wagtail_cjkcms-25.5.3.dist-info/WHEEL,sha256=egKm5cKfE6OqlHwodY8Jjp4yqZDBXgsj09UsV5ojd_U,109
368
+ wagtail_cjkcms-25.5.3.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
369
+ wagtail_cjkcms-25.5.3.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
370
+ wagtail_cjkcms-25.5.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any