https://github.com/heimrichhannot/contao-tree-bundle
A contao bundle to create a tree structure like an organization chart in the contao backend and output it in the frontend.
https://github.com/heimrichhannot/contao-tree-bundle
Last synced: 4 months ago
JSON representation
A contao bundle to create a tree structure like an organization chart in the contao backend and output it in the frontend.
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-tree-bundle
- Owner: heimrichhannot
- License: gpl-3.0
- Created: 2020-06-22T15:01:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T07:45:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T00:53:18.669Z (6 months ago)
- Language: PHP
- Size: 147 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Contao Tree Bundle
A contao bundle to create a tree structure like an organization chart in the contao backend and output it in the frontend.
## Features
* create hierarchical structures in a page structure like backend module
* output tree structure in the frontend like you want, comes with an content element and output types for list or bootstrap 4 accordions
* easily extendable: create custom tree node types and custom output type## Usage
### Install
Install with composer or contao manager and update the database afterwards.
composer require heimrichhannot/contao-tree-bundle
### Setup
1. In Contao backend you find a new backend module tree structures within content section
1. Create a root node and add child nodes as you want
1. To output it in the frontend, create a Tree content element and select the created root.