Details
-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Unknown
-
Description
The title of the document is composed of velocity code in order to compute the translated title.
Need to check if there is a real need of displaying the current translated title instead of the velocity code, when loading the editor.
Displaying the translated title in edit mode is not that simple.
1. One solution would be to replace the title dynamically with JavaScript, but for example, the inline editor feature generates multiple update events on the DOM and the translated title is loaded with a visible delay.
2. Another solution would be to hide the title field in edit mode if the page is detected as being translated.
3. Another solution would be to use sheets for book pages and for versioned content pages. The downside here is the fact that the UI of the page must be defined in the sheet (displaying the title, the content), rather that relying on the standard UI.