diff --git a/themes/getting-started/theme-yml.md b/themes/getting-started/theme-yml.md index 49b7fe6528..c38f6756ed 100644 --- a/themes/getting-started/theme-yml.md +++ b/themes/getting-started/theme-yml.md @@ -215,9 +215,9 @@ When the configuration is changed through the back office interface, only the se order-confirmation: layout-left-side-column ``` -#### Disable loading of `core.js` file in your custom theme {{< minver v="8.1.0" >}} +#### Disable loading of `core.js` file in your custom theme -You can disable `core.js` loading and provide a custom implementation of the whole logic initially contained in `core.js`. +Since version {{< minver v="8.1.0" >}}, you can disable `core.js` loading and provide a custom implementation of the whole logic initially contained in `core.js`. To do this, use the `core_scripts` option, set to false, in `theme_settings` like in this example: ```yaml