Skip to content

Commit

Permalink
Merge pull request #391 from t3solution/v5.3.10
Browse files Browse the repository at this point in the history
V5.3.10
  • Loading branch information
t3solution authored Apr 22, 2024
2 parents 2039621 + 358bf80 commit 87e757b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions Configuration/RTE/Default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ editor:
- { name: 'Uppercase', element: 'p', 'classes': ['text-uppercase'], isBlock: 'true' }
- { name: 'Capitalize', element: 'p', 'classes': ['text-capitalize'], isBlock: 'true' }

- { name: 'Alert Primary', element: 'p', 'classes': ['alert', 'alert-primary'], isBlock: 'true' }
- { name: 'Alert Secondary', element: 'p', classes': ['alert', 'alert-secondary'], isBlock: 'true' }
- { name: 'Alert Success', element: 'p', 'classes': ['alert', 'alert-success'], isBlock: 'true' }
- { name: 'Alert Danger', element: 'p', 'classes': ['alert', 'alert-danger'], isBlock: 'true' }
- { name: 'Alert Warning', element: 'p', 'classes': ['alert', 'alert-warning'], isBlock: 'true' }
- { name: 'Alert Info', element: 'p', 'classes': ['alert', 'alert-info'], isBlock: 'true' }
- { name: 'Alert Light', element: 'p', 'classes': ['alert', 'alert-light'], isBlock: 'true' }
- { name: 'Alert Dark', element: 'p', 'classes': ['alert', 'alert-dark'], isBlock: 'true' }

# Textstile
- { name: 'Mark', element: 'span', classes: ['mark'] }
- { name: 'Del', element: 'del', classes: ['del'] }
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'title' => 'Bootstrap Components',
'description' => 'Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: www.t3sbootstrap.de',
'category' => 'templates',
'version' => '5.3.9',
'version' => '5.3.10',
'state' => 'stable',
'author' => 'Helmut Hackbarth',
'author_email' => 'typo3@t3solution.de',
Expand Down

0 comments on commit 87e757b

Please sign in to comment.