Skip to content

Commit

Permalink
Fix: default value date field system config
Browse files Browse the repository at this point in the history
  • Loading branch information
phutx committed Apr 26, 2024
1 parent 3db2ec8 commit 4e30906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</depends>
<source_model>Mageplaza\Seo\Model\Config\Source\PriceValidUntil</source_model>
</field>
<field id="price_valid_until_custom" translate="label comment" type="date" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<field id="price_valid_until_custom" translate="label comment" type="date" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Select Specific Day</label>
<depends>
<field id="enable_product">1</field>
Expand Down

0 comments on commit 4e30906

Please sign in to comment.