File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
app/code/Magento/Cookie/etc/adminhtml Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 13
13
<field id =" cookie_lifetime" translate =" label" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" canRestore =" 1" >
14
14
<label >Cookie Lifetime</label >
15
15
<backend_model >Magento\Cookie\Model\Config\Backend\Lifetime</backend_model >
16
+ <comment >Enter the Cookie Lifetime in seconds.</comment >
17
+ <validate >validate-number</validate >
16
18
</field >
17
19
<field id =" cookie_path" translate =" label" type =" text" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
18
20
<label >Cookie Path</label >
19
21
<backend_model >Magento\Cookie\Model\Config\Backend\Path</backend_model >
22
+ <comment >Enter a valid cookie path. e.g. /</comment >
20
23
</field >
21
24
<field id =" cookie_domain" translate =" label" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
22
25
<label >Cookie Domain</label >
23
26
<backend_model >Magento\Cookie\Model\Config\Backend\Domain</backend_model >
27
+ <comment >Enter a valid domain name. e.g. "subdomain.yourdomain.com", ".yourdomain.com"</comment >
24
28
</field >
25
29
<field id =" cookie_httponly" translate =" label comment" type =" select" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
26
30
<label >Use HTTP Only</label >
33
37
<label >Cookie Restriction Mode</label >
34
38
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
35
39
<backend_model >Magento\Cookie\Model\Config\Backend\Cookie</backend_model >
40
+ <comment >When Cookie Restriction Mode is enabled, visitors to your store are notified that cookies are required for full-featured operations.</comment >
36
41
</field >
37
42
</group >
38
43
</section >
You can’t perform that action at this time.
0 commit comments