Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
web-configuration.phtml File Reference

Go to the source code of this file.

Variables

 $hints
 

Variable Documentation

◆ $hints

$hints
Initial value:
= [
'base_url' => sprintf(
'<div><p>%s</p><p>%s</p></div>',
'Enter the base URL that brings shoppers to your store (Ex. http:
'Leave empty for automatic detection (not recommended for production environment).'
),
'encrypt_key' => sprintf(
'<p>%s</p>',
'Key to encrypt sensitive data such as passwords and personally identifiable customer information in the Magento database. The encryption key is stored in [your Magento install dir]/app/etc/env.php'
),
'admin' => sprintf(
'<p>%s</p>',
'A unique URL helps keep your store and customers safer. Use only letters, numbers, and underscore characters.'
)
]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 11 of file web-configuration.phtml.