diff --git a/Configuration/RTE/Default.yaml b/Configuration/RTE/Default.yaml index 4e5fb8ba8..c50ed43fb 100644 --- a/Configuration/RTE/Default.yaml +++ b/Configuration/RTE/Default.yaml @@ -18,7 +18,14 @@ editor: config: contentsCss: "EXT:bootstrap_package/Resources/Public/Css/bootstrap5-rte.min.css" - + table: + contentToolbar: + - "tableColumn" + - "tableRow" + - "mergeTableCells" + - "tableProperties" + - "tableCellProperties" + - "toggleTableCaption" stylesSet: - { name: "Lead", element: "p", attributes: { 'class': 'lead' } } - { name: "Small", element: "small" }