[FEATURE] Allow moving content elements via page tree
To make managing content across pages easier, a backend user may now drag content elements from the "Page" module into a page in the page tree. Once dropped, a modal window will open where the backend user may select the position where the content element shall be placed to, and also change the target page again. Resolves: #104935 Releases: main Change-Id: Id4de849d02e36478af1c6fa780c2e4d495d6b41e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86018 Tested-by:core-ci <typo3@b13.com> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Nedbal <andy@pixelde.su> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Nedbal <andy@pixelde.su> Reviewed-by:
Andreas Kienast <a.fernandez@scripting-base.de>
Showing
- Build/Sources/TypeScript/backend/layout-module/drag-drop.ts 3 additions, 1 deletionBuild/Sources/TypeScript/backend/layout-module/drag-drop.ts
- Build/Sources/TypeScript/backend/tree/page-tree.ts 85 additions, 0 deletionsBuild/Sources/TypeScript/backend/tree/page-tree.ts
- Build/Sources/TypeScript/backend/wizard/move-content-element.ts 5 additions, 3 deletions...Sources/TypeScript/backend/wizard/move-content-element.ts
- typo3/sysext/backend/Classes/View/PageLayoutContext.php 6 additions, 1 deletiontypo3/sysext/backend/Classes/View/PageLayoutContext.php
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record.html 1 addition, 0 deletions...backend/Resources/Private/Partials/PageLayout/Record.html
- typo3/sysext/backend/Resources/Public/JavaScript/layout-module/drag-drop.js 1 addition, 1 deletion...nd/Resources/Public/JavaScript/layout-module/drag-drop.js
- typo3/sysext/backend/Resources/Public/JavaScript/tree/page-tree.js 2 additions, 2 deletions...ext/backend/Resources/Public/JavaScript/tree/page-tree.js
- typo3/sysext/backend/Resources/Public/JavaScript/wizard/move-content-element.js 1 addition, 1 deletion...esources/Public/JavaScript/wizard/move-content-element.js
- typo3/sysext/core/Documentation/Changelog/13.3/Feature-104935-AllowMovingContentElementsViaPageTree.rst 28 additions, 0 deletions.../Feature-104935-AllowMovingContentElementsViaPageTree.rst
Please register or sign in to comment