Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion themes/getting-started/theme-yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down