diff --git a/themes/getting-started/theme-yml.md b/themes/getting-started/theme-yml.md index 78f8eb8a03..aace8beed1 100644 --- a/themes/getting-started/theme-yml.md +++ b/themes/getting-started/theme-yml.md @@ -215,7 +215,8 @@ 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 +{{< minver v="8.1.0" title="true">}} 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: