Feature #14874
closedOption to show ids in page tree
0%
Description
I added a little feature which lets you choose to see page and folder ids in the page tree. I.e. it's very handy while editing templates in which you use ids - you don't have to take the mouse and hover over page icons to get their ids.
After adding the patch you can set the following in your user or group tsconfig:
setup.override.showPageId = 1
setup.override.showFolderId = 1
After that the page tree shows the page id in brackets behind the page name (first line) and in folder view you can see the folder-hashes (because folders have no ids - second line). The latter does not make too much sense, but it's only an option. :)
If you think the latter of the two options doesn't make sense, you can omit the patch of class.t3lib_foldertree.php .
(issue imported from #M1301)
Files