https://github.com/netresearch/t3x-nr_pagetree
https://github.com/netresearch/t3x-nr_pagetree
typo3-extension
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/netresearch/t3x-nr_pagetree
- Owner: netresearch
- License: agpl-3.0
- Created: 2016-09-23T13:19:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T12:52:14.000Z (over 1 year ago)
- Last Synced: 2025-03-01T04:34:04.694Z (over 1 year ago)
- Topics: typo3-extension
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netresearch Pagetree
Provides extended functionality for the pagetree, such as showing non page records (plain or hierarchical) and wiring them to custom pages.
## Configuration
The extension is completely configured via Page TsConfig - see the following example:
With this TsConfig at the page "Destinations"...
```
options.pageTree.showTables {
tx_traveler_domain_model_destination {
where = type=1
relations = children,editorial_pages
}
pages {
relations = children
}
}
```
and the according tables and relations, you'll get a pagetree like that:
