File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Sitemap/etc/adminhtml Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 83
83
<label >Sitemap File Limits</label >
84
84
<field id =" max_lines" translate =" label" type =" text" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" canRestore =" 1" >
85
85
<label >Maximum No of URLs Per File</label >
86
+ <validate >validate-number validate-greater-than-zero</validate >
86
87
</field >
87
88
<field id =" max_file_size" translate =" label comment" type =" text" sortOrder =" 2" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" canRestore =" 1" >
88
89
<label >Maximum File Size</label >
89
90
<comment >File size in bytes.</comment >
91
+ <validate >validate-number validate-greater-than-zero</validate >
90
92
</field >
91
93
</group >
92
94
<group id =" search_engines" translate =" label" type =" text" sortOrder =" 6" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
You can’t perform that action at this time.
0 commit comments