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

https://github.com/b13/umami

Umami Integration in TYPO3 Backend
https://github.com/b13/umami

Last synced: 3 months ago
JSON representation

Umami Integration in TYPO3 Backend

Awesome Lists containing this project

README

          

# B13 Umami Statistics for the TYPO3 Backend

This extension adds a backend module to the web main module.

To enable statistics for a site the corresponding umami URL has to be set in the site configuration.

```
umami_statistic_url: ''
```

To allow backend users to view the statistics, they need access to the module as well as the root pages.

If a user does not have direct access to a root page you can also allow additional root pages via a comma separated list
using UserTS:

```
umami.allowedRootPages = rootPageId_1,rootPageId_2
```