Template Settings

Template Settings

For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.

FieldScopeDescription
Allow SymlinksStore ViewEnabling symbolic links can expose your site to security risks and is not recommended for a production store.
Minify HtmlStore ViewDetermines if the HTML for store templates is minimized. Options: Yes / No

Debug

Debug

For more information about changing these settings, see Template path hints in the Admin Systems Guide.

FieldScopeDescription
Enable Template Path Hints for StorefrontStore ViewAdds notation to storefront that indicates the path to each template that is used on the page. Options: Yes / No
Enable Template Path Hints for AdminGlobalAdds notation to the Admin that indicates the path to each template that is used on the page. Options: Yes / No
Add Block Class Type to HintsStore ViewIncludes the names of blocks in the template path hints. Options: Yes / No

Translate Inline

Translate Inline

For more information about changing these settings, see Translate inline in the Admin Systems Guide.

FieldScopeDescription
Enable for StorefrontStore ViewActivates the Inline Translator for the storefront. The interface text can be edited for each store view. To use the Inline Translator without interfering with the live store, add your IP address to the Developer Client Restrictions allowlist.
Enable for AdminGlobalActivates the Inline Translator for the Admin. Unlike the storefront, the Admin cannot be translated into multiple languages. However, the field labels and other text in the interface can be changed.

JavaScript Settings

JavaScript Settings

For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.

FieldScopeDescription
Merge JavaScript FilesStore ViewMerges multiple JavaScript files into a single file to improve page load time.
Enable JavaScript BundlingStore ViewDetermines if multiple JavaScript files can be bundled into one file. Options: Yes / No
Minify JavaScript FilesStore ViewRemoves unnecessary characters, spaces, and indentation to reduce the size of the code.
Move JS code to the bottom of the pageGlobalIf enabled, moves the JS code to the bottom of the page. Options: Yes / No
Translation StrategyGlobalDetermines the translation methodology that is used by the system. Options:
Dictionary - Translation on storefront side.
Embedded - Translation on Admin side.
Log JS Errors to Session StorageGlobalIf enabled, can be used by functional tests for reporting. Options: Yes / No
Log JS Errors to Session Storage KeyGlobalIdentifies the key that is used to retrieve collected js errors.

CSS Settings

CSS Settings

For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.

FieldScopeDescription
Merge CSS FilesStore ViewMerges multiple CSS files into a single file to improve page load time. Options: Yes / No
Minify CSS FilesStore ViewRemoves unnecessary characters, spaces, and indentation to reduce the size of the code. Options: Yes / No
Use CSS critical pathGlobalThe CSS critical path delivers minified critical CSS inline in <head> and defers all non-critical styles that are loaded asynchronously. Options: Yes / No