FriendsOfTYPO3 / frontend_editing

TYPO3 CMS Frontend Editing
https://friendsoftypo3.github.io/frontend_editing/
102 stars 39 forks source link

Missing defVals in drop zone after CE inside container #695

Closed webian closed 1 year ago

webian commented 1 year ago

The drop zone automatically added by Frontend Editing extension after a CE that is inside a container (e.g. EXT:container) is missing the default values colPos and parent uid (e.g. 'tx_container_parent' for EXT:container).

So when editor drops a CE in that drop zone, the CE is placed under the container instead of inside it.