You've already forked wp-bootstrap
-
WP Bootstrap 0.2.0
Pre-Releasereleased this
2026-02-08 15:05:38 +00:00 | 25 commits to main since this releaseAdded
- Full Design Editor compatibility: Bootstrap JS in block editor, full Bootstrap SCSS in editor stylesheet
- 3 custom block categories: Bootstrap Layout, Bootstrap Components, Bootstrap Navigation
- 3 custom pattern categories: Layout, Components, Navigation
- 4 layout patterns: container, 2-column, 3-column, full-width section
- 2 component patterns: card group, accordion
- 3 full-page patterns: about, services, contact
- 4 custom page templates (FSE + Twig): landing (no header/footer), full-width, hero, sidebar
- 2 header variations (FSE + Twig): centered, transparent
- 2 footer variations (FSE + Twig): minimal, multi-column
- 2 navigation patterns: dark navbar, offcanvas mobile navigation
- Offcanvas navigation Twig partial with Bootstrap offcanvas component
- Editor SCSS overrides for alignment and spacing consistency
- Shadow presets (sm, md, lg), aspect ratio presets, and custom layout values in
theme.json - Header/footer variant support via
get_theme_mod()inContextBuilder - Twig block inheritance in
base.html.twigfor header/footer variant overrides - Custom page template routing via
get_page_template_slug()inTemplateController - Transparent header and offcanvas dark mode SCSS styles
Changed
- Enhanced
editor-style.scssto import full Bootstrap for WYSIWYG editor fidelity - Enhanced
theme.jsonwith custom templates and template parts registration - Enhanced
functions.phpwith block editor assets, block categories, and pattern categories - Enhanced
ContextBuilderwith header/footer variant methods - Enhanced
TemplateControllerwith custom page template slug routing - Updated translation files (
.potandde_CH.po) with all new translatable strings
Downloads