benjaminkott / benjaminkott/bootstrap_package
RTE misses table configuration for floating toolbar
- Dominant language
- PHP
- Stars
- 355
- Forks
- 212
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 31
Description
# Bug Report
## Prerequisites
* [ ] Can you reproduce the problem on TYPO3 v11.5 LTS
* [x] Can you reproduce the problem on TYPO3 v12.4 LTS
* [x] Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3Abenjaminkott+repo%3Abenjaminkott%2Fbootstrap_package)
to see if your bug or enhancement is already reported?
## Description
The RTE misses table configuration for floating toolbar
### Expected behavior
I would like to remove columns, remove rows and do things with the floating table toolbar
Add:
```yaml
table:
defaultHeadings: { rows: 1 }
contentToolbar:
- tableColumn
- tableRow
- mergeTableCells
- tableProperties
- tableCellProperties
- toggleTableCaption
```
### Actual behavior
Nothing
### Screenshots
## Versions
15.0.2
Contributor guide
No contributing guide indexed for this repository
Research direction
Start from the RTE configuration used by the TYPO3 package and compare its table setup with the YAML shown in the issue. The work is done when the floating table toolbar exposes column, row, merge, table-property, cell-property, and caption actions on TYPO3 v12.4.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- content
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100