FriendsOfTYPO3 / frontend_editing

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

Element tab missing from start page/subpage #263

Closed mesosa closed 5 years ago

mesosa commented 6 years ago

When on start page I am missing the second tab (Content Elements) from the content element tab from backend, and when I am on a subpage I am getting the second tab but missing the third one (Forms Elements). When on startpage the third tab is visible but the second tab is missing: startpage

When on a subpage the second tab is visible, but the third tab is missing: subpage

View from the backend: be

tim9413 commented 6 years ago

@mesosa

  1. Fixed the missing content elements, with commit: https://github.com/FriendsOfTYPO3/frontend_editing/commit/735fc11f5c1e67306237b140f817af8786808ae2

  2. the form elements is still missing, I couldn't find a solution.

mabolek commented 5 years ago

Hi @mesosa!

Regarding part 2: The element is missing due to a condition in EXT:felogin/ext_localconf.php. By limiting the wizard PageTS to Backend only, the content element type will not be listed in the frontend, and thus not in the Frontend Editor.

I am closing this issue as the cause is external.

I have opened tickets about this here. Please feel free to upvote and comment.