From 59e4b38381efbdfb1d1927264fcb172793eebff9 Mon Sep 17 00:00:00 2001 From: Sascha Nowak Date: Mon, 9 Feb 2026 12:46:07 +0100 Subject: [PATCH] [BUGFIX] Add missing `t3js-page-new-ce` wrapper for paste button Pasting content above the first element is currently not possible because the header column lacks the `t3js-page-new-ce` wrapper. This class is required by TYPO3 core JavaScript to render the paste button correctly. Co-authored-by: Tim Weisenberger --- .../Partials/PageLayout/Grid/ColumnHeader.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html b/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html index 3d817fe2..b8226de9 100644 --- a/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html +++ b/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html @@ -33,13 +33,15 @@
- - - - + - +