Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T07:45:16.000Z (over 2 years ago)
- Last Synced: 2024-03-25T03:02:55.505Z (9 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.