FriendsOfTYPO3 / frontend_editing

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

Inline edit disappeared #125

Closed Oktopuce closed 7 years ago

Oktopuce commented 7 years ago

With last version there's no more inline edition available.

MattiasNilsson commented 7 years ago

This is not a bug, you need to wrap your template and content element in fluid with the editable view helper:

https://pixelant.gitbooks.io/typo3-frontend-editing/content/gitbook/inline_editing/inline_editing.html

Oktopuce commented 7 years ago

Ok but with older version it works without doing this.

MattiasNilsson commented 7 years ago

No it has never worked out of the box for fluid. Are you sure you did not use it together with ts rendered content?

Oktopuce commented 7 years ago

I tried do downgrade to an older version of frontend_edit and it works, I can edit the content inline. Here the TS I used :

ts

MattiasNilsson commented 7 years ago

Ok you also need to include TYPO3 Frontend Editing and CSS Styled Content

MattiasNilsson commented 7 years ago

Not valid anymore.