aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/customize
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-04-06 15:42:05 +0200
committerMark Otto <[email protected]>2022-04-06 16:48:08 -0700
commit5b31463e35bc9af18fabb30f76186c0e77ea2b99 (patch)
tree5d6e864e5a756ad2f58de518465c1bc13440a815 /site/content/docs/5.1/customize
parent135b9cdff2bb301e36faa9110043d5823f620b56 (diff)
downloadbootstrap-5b31463e35bc9af18fabb30f76186c0e77ea2b99.tar.xz
bootstrap-5b31463e35bc9af18fabb30f76186c0e77ea2b99.zip
Doc: Reorder alphabetically lists of components
Diffstat (limited to 'site/content/docs/5.1/customize')
-rw-r--r--site/content/docs/5.1/customize/overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/customize/overview.md b/site/content/docs/5.1/customize/overview.md
index 03b4bff33..e839c45d2 100644
--- a/site/content/docs/5.1/customize/overview.md
+++ b/site/content/docs/5.1/customize/overview.md
@@ -40,12 +40,12 @@ As you familiarize yourself with Bootstrap, continue exploring this section for
Several Bootstrap components include embedded SVGs in our CSS to style components consistently and easily across browsers and devices. **For organizations with more strict <abbr title="Content Security Policy">CSP</abbr> configurations**, we've documented all instances of our embedded SVGs (all of which are applied via `background-image`) so you can more thoroughly review your options.
- [Accordion]({{< docsref "/components/accordion" >}})
+- [Carousel controls]({{< docsref "/components/carousel#with-controls" >}})
- [Close button]({{< docsref "/components/close-button" >}}) (used in alerts and modals)
- [Form checkboxes and radio buttons]({{< docsref "/forms/checks-radios" >}})
- [Form switches]({{< docsref "/forms/checks-radios#switches" >}})
- [Form validation icons]({{< docsref "/forms/validation#server-side" >}})
-- [Select menus]({{< docsref "/forms/select" >}})
-- [Carousel controls]({{< docsref "/components/carousel#with-controls" >}})
- [Navbar toggle buttons]({{< docsref "/components/navbar#responsive-behaviors" >}})
+- [Select menus]({{< docsref "/forms/select" >}})
Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on the best path forward, if necessary.