You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A nice improvement would be If there would be options to display and edit some page attributes "inline" in the TemplaVoilà! Plus page module.
Currently the page module shows the content areas and a small line for the page. Here the page type icon and the page title "Extras" are shown:
The page icon offers the typical right-click-context-menu which allows to do some stuff and most prominently switch into the BE edit form of the pages record.
However my hypothesis is a typical editor will only ever need to edit a few fields in a page record after it is created. Most importantly the pages.title - additionally in some of our client installs perhaps also pages.media and pages.layout.
So we came up with the idea to inline-edit the title and optionally some additional fields which can be defined in Page.TSconfig. Although the suggestion is primarily for the Title, once implemented it is probably easily extendable:
For the Page.TSconfig field probably a TCA types string would be a good idea, as in the example above title, layout,--linebreak--,media.
The text was updated successfully, but these errors were encountered:
A nice improvement would be If there would be options to display and edit some page attributes "inline" in the TemplaVoilà! Plus page module.
Currently the page module shows the content areas and a small line for the page. Here the page type icon and the page title "Extras" are shown:
The page icon offers the typical right-click-context-menu which allows to do some stuff and most prominently switch into the BE edit form of the pages record.
However my hypothesis is a typical editor will only ever need to edit a few fields in a page record after it is created. Most importantly the
pages.title
- additionally in some of our client installs perhaps alsopages.media
andpages.layout
.So we came up with the idea to inline-edit the title and optionally some additional fields which can be defined in Page.TSconfig. Although the suggestion is primarily for the Title, once implemented it is probably easily extendable:
For the Page.TSconfig field probably a TCA types string would be a good idea, as in the example above
title, layout,--linebreak--,media
.The text was updated successfully, but these errors were encountered: