An open API service indexing awesome lists of open source software.

https://github.com/netresearch/t3x-nr_pagetree


https://github.com/netresearch/t3x-nr_pagetree

typo3-extension

Last synced: about 1 year ago
JSON representation

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:

![pagetree](Resources/Public/Images/demo.png)