Skip to content

Commit

Permalink
feat: prepare new offset field in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Sep 13, 2024
1 parent 0dc06d7 commit 094e4b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
</sw-number-field>
{% endblock %}

{% block sas_cms_element_blog_listing_config_offsetCount_field %}
<sw-number-field
numberType="int"
:step="1"
:min="0"
:max="null"
v-model:value="element.config.offsetCount.value"
:digits="2"
:allowEmpty="false"
:label="$tc('sas-blog.elements.listing.config.offsetCount')">
</sw-number-field>
{% endblock %}

{% block sas_cms_element_blog_listing_config_show_type %}
<sw-select-field
:label="$tc('sas-blog.elements.listing.config.showType.label')"
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/js/sas-blog-module.js

Large diffs are not rendered by default.

0 comments on commit 094e4b1

Please sign in to comment.