12 Commits

Author SHA1 Message Date
77bbf711a6 add info to configuration reference 2015-02-26 09:55:49 +01:00
0c2b5f3fb4 Add column option, definition in config & adapt form
Exemple for configuration :

```
chill_custom_fields:
    customizables_entities:
        -
            class: Chill\ReportBundle\Entity\Report
            name: ReportEntity
            options:
                summary_fields: {key: abc, form_type: text, form_options: { required: false }}
```
2015-02-24 21:15:02 +01:00
9e8374bef7 define route in chill_main configuration
refs #273
2015-01-22 17:19:24 +01:00
Marc Ducobu
ac98dac82d Remove useless linereturn 2014-11-11 11:54:51 +01:00
Marc Ducobu
16308d0139 ChillCustomFieldsBundle:Form:form_div_layout.html.twig -> ChillCustomFieldsBundle:Form:fields.html.twig 2014-11-10 11:55:45 +01:00
Marc Ducobu
33be9bedfb Merge branch 'master' of git://github.com/Chill-project/CustomFields 2014-11-10 11:45:59 +01:00
Marc Ducobu
19318d3fb4 Refactoring 2014-11-10 11:45:34 +01:00
952d70f049 choice with other + some development tips 2014-11-10 11:25:54 +01:00
f9be8e3412 add form layout to config.yml automatically 2014-11-10 11:25:53 +01:00
Marc Ducobu
a6ae6ca5a9 Refactoring : indentation 2014-11-08 15:16:23 +01:00
8b71a9e7cf rename service name chill.custom_field_compiler to chill.custom_field.provider 2014-11-08 12:02:12 +01:00
8011746b26 move bundle to root dir for inclusion in packagist refs #259 2014-11-04 17:10:59 +01:00