[FIX] howtos/website_themes: Typo in Theming

- Bundles: web._assets_bootstrap => web._assets_bootstrap_frontend

closes odoo/documentation#16584

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit is contained in:
Brandon Mercier
2026-02-27 13:32:56 +01:00
parent 2a65d0104c
commit 3c0df39c46

View File

@@ -834,7 +834,7 @@ This is a non-exhaustive list of the frequently used bundles for a website:
* - website.assets_wysiwyg
- Add your JS files related to the Website Builder options behaviors (for instance, a custom
method for your custom building block)
* - website._assets_bootstrap
* - website._assets_bootstrap_frontend
- If you need to extend Boostrap through the Bootstrap Utilities API, for example
.. _theming/assets/styles: