Skip to content

Commit

Permalink
Revert "feat: prepare new offset field in backend"
Browse files Browse the repository at this point in the history
This reverts commit 094e4b1.
  • Loading branch information
7underlines committed Sep 14, 2024
1 parent 4b981ba commit 1b23775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@
</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 1b23775

Please sign in to comment.