6 Commits

Author SHA1 Message Date
4f2b605efc add a number field
The field has three option :

- lesser or equal than. If null, this option is ignored ;
- greather or equal than. If null, this options is ignored ;
- precision : the number of decimal after the number ;
- text after the field : a text to show after the field.

The field is rendered as an HTML integer input if precision = 0, or a
symfony number field if precision > 0.

ref chill-project/Chill-CustomFields#11
2015-12-08 19:45:04 +01:00
7a7cb25d7a update Fixtures app config 2014-12-27 16:10:23 +01:00
952d70f049 choice with other + some development tips 2014-11-10 11:25:54 +01:00
568bf4f3c2 add doctrine fixtures bundle 2014-11-10 11:25:53 +01:00
7daa1a240e add testing for customfield, correcting request injection 2014-11-08 15:07:15 +01:00
8011746b26 move bundle to root dir for inclusion in packagist refs #259 2014-11-04 17:10:59 +01:00