Skip to content

Commit 5bde1c5

Browse files
authored
[BUGFIX] Use bootstrap 5 styles in RTE (#1091)
1 parent df63fea commit 5bde1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/RTE/Default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ editor:
1717
resource: "EXT:bootstrap_package/Resources/Public/CKEditor/Plugins/Table/plugin.min.js"
1818

1919
config:
20-
contentsCss: "EXT:bootstrap_package/Resources/Public/Css/bootstrap4-rte.min.css"
20+
contentsCss: "EXT:bootstrap_package/Resources/Public/Css/bootstrap5-rte.min.css"
2121

2222
stylesSet:
2323
- { name: "Lead", element: "p", attributes: { 'class': 'lead' } }

0 commit comments

Comments
 (0)