wazum / pagetree-memorable
Make the page tree remember its last position
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.0.0
- typo3/cms-core: ^8.7
This package is auto-updated.
Last update: 2024-11-15 22:05:12 UTC
README
Make the TYPO3 page tree remember its last position
Background
The feature that the page tree memorizes its last position and open page was removed in TYPO3 8 (maybe not intentionally).
What does it do?
This extension adds a little bit of Javascript to activate the last active page (in page and list module).
Currently only tested with TYPO3 8.7 LTS.
Installation
Add the github repository in your composer.json and require the package:
composer require wazum/pagetree-memorable
(Currently only available on github)