Julien Fastré 4f13ec6959 add a custom field long choice basic
The `custom field long choice` aim to provide a way to deal with choices
with a big possibilities.

The `custom field long choice` allow :
- to persist different options in the database ;
- each option has a key, a text (translatable string), and eventually a
  parent, and an internal_key
- every key can be activate or not. If the parent is inactivated, all
  childs are inactivated
- the internal key have two purposes :
    - link to an external csv file, with their own key ;
    - add a special class to results, to allow custom layout.

Currently, the field exists, but some elements are missing :

- a script for CSV import
- possibility to select multiple items
- edition of options
- handle of option without parents
- tests are missing
2015-12-11 11:43:39 +01:00
2015-10-26 22:01:57 +01:00
2014-11-04 17:25:40 +01:00
2015-10-30 15:56:43 +01:00

CustomFields

The bundle for adding custom fields to Chill. This bundle is part of the Chill project.

Documentation & installation

Read documentation here : http://chill.readthedocs.org

Description
Miroir de chill-bundles
Readme AGPL-3.0 60 MiB
Languages
PHP 77.2%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1.1%
Other 0.8%