Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-conditionalselectmenu
A Contao select menu widget which display options conditionally depending on another (conditional) select menu.
https://github.com/terminal42/contao-conditionalselectmenu
contao widget
Last synced: 23 days ago
JSON representation
A Contao select menu widget which display options conditionally depending on another (conditional) select menu.
- Host: GitHub
- URL: https://github.com/terminal42/contao-conditionalselectmenu
- Owner: terminal42
- License: mit
- Created: 2012-05-02T13:47:02.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T15:17:12.000Z (5 months ago)
- Last Synced: 2024-11-09T19:44:54.727Z (about 2 months ago)
- Topics: contao, widget
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 6
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# terminal42/contao-conditionalselectmenu
A Contao select menu widget which display options conditionally depending on another (conditional) select menu.
## Installation
Choose the installation method that matches your workflow!
### Installation via Contao Manager
Search for `terminal42/contao-conditionalselectmenu` in the Contao Manager and add it to your installation. Finally, update the
packages.### Manual installation
Add a composer dependency for this bundle. Therefore, change in the project root and run the following:
```bash
composer require terminal42/contao-conditionalselectmenu
```Depending on your environment, the command can differ, i.e. starting with `php composer.phar …` if you do not have
composer installed globally.Then, update the database via the Contao install tool.
## License
This bundle is released under the [MIT license](LICENSE)