Skip to content

Commit 36ca9b0

Browse files
committed
Twitter Bootstrap -> Bootstrap
1 parent b44b1fa commit 36ca9b0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-52.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This is [PLIP 1351](https://github.com/plone/Products.CMFPlone/issues/1351).
8181
#### For end users
8282

8383
This has no changes for Editors.
84-
Admins will notice that the ZMI has a new Twitter Bootstrap-based theme, and some control panels have moved.
84+
Admins will notice that the ZMI has a new Bootstrap-based theme, and some control panels have moved.
8585

8686

8787
#### For developers

docs/backend/upgrading/version-specific-migration/upgrade-to-60.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ zodb-temporary-storage = off
128128

129129
(v60-templates-bootstrap-5-label)=
130130

131-
## Changed templates to Twitter Bootstrap 5 markup
131+
## Changed templates to Bootstrap 5 markup
132132

133-
All templates in core Plone have been updated to use Twitter Bootstrap 5 markup.
133+
All templates in core Plone have been updated to use Bootstrap 5 markup.
134134
Add-on authors are encouraged to do the same.
135135
If you have customized a core template, you should check if your change is still needed, and update it to fit the new markup.
136136
Any CSS and JavaScript that relies on a specific structure, or certain IDs or classes, should be checked as well.

docs/classic-ui/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Examples include the following.
2323

2424
## Bootstrap Icons
2525

26-
Twitter Bootstrap 5 is the default CSS framework in Plone 6.
26+
Bootstrap 5 is the default CSS framework in Plone 6.
2727
Plone uses its icons.
2828
Check out all the available Bootstrap icons at [icons.getbootstrap.com](https://icons.getbootstrap.com/).
2929

docs/classic-ui/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
myst:
33
html_meta:
4-
"description": "Classic UI is a secondary user interface for Plone, but updated to use Twitter Bootstrap 5. It is familiar to users of Plone 5."
5-
"property=og:description": "Classic UI is a secondary user interface for Plone, but updated to use Twitter Bootstrap 5. It is familiar to users of Plone 5."
4+
"description": "Classic UI is a secondary user interface for Plone, but updated to use Bootstrap 5. It is familiar to users of Plone 5."
5+
"property=og:description": "Classic UI is a secondary user interface for Plone, but updated to use Bootstrap 5. It is familiar to users of Plone 5."
66
"property=og:title": "Classic UI"
7-
"keywords": "Plone 6, Classic UI, Twitter Bootstrap 5"
7+
"keywords": "Plone 6, Classic UI, Bootstrap 5"
88
---
99

1010
(classic-ui-index-label)=

docs/classic-ui/theming/through-the-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add screenshots.
4747

4848
## CSS variables
4949

50-
Plone uses Twitter Bootstrap's CSS variables.
50+
Plone uses Bootstrap's CSS variables.
5151
They are used to tweak colors, fonts, spacing, and other CSS attributes.
5252

5353
```{todo}

docs/classic-ui/whatsnew.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ myst:
1111

1212
# What's new in Plone 6 Classic UI
1313

14-
- HTML markup is now based on [Twitter Bootstrap 5](https://getbootstrap.com/).
15-
- Twitter Bootstrap 5 icons are now included.
14+
- HTML markup is now based on [Bootstrap 5](https://getbootstrap.com/).
15+
- Bootstrap 5 icons are now included.
1616
- Bootstrap JavaScript is available by default.
1717
- JavaScript has been modernized.
1818
- RequireJS has been removed.

docs/conceptual-guides/choose-user-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For developers and integrators:
5454
* The frontend and backend run in a single Python process, so hosting is a bit simpler.
5555
* The frontend is implemented as server-side templates using the {term}`ZPT` language.
5656
* Interactive functionality is implemented in JavaScript using {term}`Mockup`.
57-
* The visual design is based on the {term}`Barceloneta` theme from Plone 5, but updated to use Twitter Bootstrap 5.
57+
* The visual design is based on the {term}`Barceloneta` theme from Plone 5, but updated to use Bootstrap 5.
5858
* Content is stored as HTML.
5959
* Customization of themes is not well-documented.
6060

0 commit comments

Comments
 (0)