Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contao-community-alliance/contao-textfield-multiple-bundle
https://github.com/contao-community-alliance/contao-textfield-multiple-bundle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/contao-community-alliance/contao-textfield-multiple-bundle
- Owner: contao-community-alliance
- License: lgpl-3.0
- Created: 2021-01-18T07:28:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T07:34:31.000Z (5 months ago)
- Last Synced: 2024-11-20T11:08:48.616Z (about 2 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/contao-community-alliance/contao-textfield-multiple-bundle/actions/workflows/diagnostics.yml/badge.svg)](https://github.com/contao-community-alliance/contao-textfield-multiple-bundle/actions)
[![Latest Version tagged](http://img.shields.io/github/tag/contao-community-alliance/contao-textfield-multiple-bundle.svg)](https://github.com/contao-community-alliance/contao-textfield-multiple-bundle/tags)
[![Latest Version on Packagist](http://img.shields.io/packagist/v/contao-community-alliance/contao-textfield-multiple-bundle.svg)](https://packagist.org/packages/contao-community-alliance/contao-textfield-multiple-bundle)
[![Installations via composer per month](http://img.shields.io/packagist/dm/contao-community-alliance/contao-textfield-multiple-bundle.svg)](https://packagist.org/packages/contao-community-alliance/contao-textfield-multiple-bundle)# Contao FormTextField with `multiple` and `size` support for frontend
A new widget "text_multiple" based on the "text" widget (`FormTextField`) that enables the support
of `$widget['eval']['multiple']` and `$widget['eval']['size']` as in the backend.