From 31d04e0e096d9d7ede6559609ea658dfffc0d352 Mon Sep 17 00:00:00 2001 From: Krystian Podemski Date: Mon, 22 Jul 2024 10:58:36 +0200 Subject: [PATCH] Stop using minversion in the heading --- themes/getting-started/theme-yml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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