teamsisu / contao-mm-frontend-input
An Contao Extension to provide Frontend Forms to fill out MetaModel Items
Installs: 13
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 4
Type:contao-module
Requires
- php: >=5.3
- contao-legacy/haste: >=4.3
- contao/core: >=3.3,<4.0
- metamodels/core: dev-tng
This package is not auto-updated.
Last update: 2024-11-19 03:22:56 UTC
README
An Contao Extension to provide frontend forms to fill out MetaModel Items
Known limitations:
- Currently no support for MetaModels with variants
- Currently no support for multilingual MetaModels
How to use it.
Currently the extension is only available over composer add following package to your composer.json
- teamsisu/contao-mm-frontend-input
For the implementation have a look at the Wiki: https://github.com/Teamsisu/contao-mm-frontendInput/wiki/Usage
Fields who are supported or in progress
- Text
- Select
- Tags
- File - incl. file upload
- Longtext - incl. tinyMCE support
- MultiColumnWizard
- Numeric
- Dezimal
- URL
Additional note
This module is provided "as is", without warranty of any kind. It is still under development if you find any issues please use the github issue tracker.