trilobit-gmbh / contao-databaseformfieldoptions-bundle
Contao 4 / Contao 5 database formfield options bundle
Installs: 3 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 2
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.13 || ^5.0
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.3
- friendsofphp/php-cs-fixer: ^v3.1.0
README
Mit dem DatabaseFormFieldOptions Bundle werden dem Contao Formulargenerator neue Eingabefeld-Typen hinzugefügt:
- Country-Select
- Language-Select
- Gender-Select
- Database-Select (unter Angabe, welche Tabelle, welche Spalte die Optionen ausgibt und welche Spalte für die Labels ist)
- Database-Radio - siehe Database-Select
- Database-Checkbox - siehe Database-Select
Bei allen DB Feldern besteht die Möglichkeit, manuell eigenen Optionen zu ergänzen, eine Leerauswahl hinzuzufügen sowie Filter zu definieren (z.B. pid=...). Dabei muss jedoch bedacht werden, das die Filter durch SQL-Injections ein gewisses Risiko beinhalten!
With the DatabaseFormFieldOptions Bundle, new input field types are added to the Contao form generator
- Country select
- Language-Select
- Gender-Select
- Database-Select (stating which table, which column outputs the options and which column is for the labels)
- Database-Radio - see Database-Select
- Database-Checkbox - see Database-Select
For all DB fields you can manually add your own options, add an empty selection and define filters (e.g. pid = ...). However, due to SQL injections, there is some risk in using the filters.
Backend Ausschnitt
Installation
Install the extension via composer: trilobit-gmbh/contao-databaseformfieldoptions-bundle.
Compatibility
- Contao version ~4.9
- Contao version ~4.13