add declaration for customizables classes refs #265

This commit is contained in:
2014-11-04 15:16:38 +01:00
parent 474318e006
commit 475926ca53
6 changed files with 65 additions and 8 deletions

View File

@@ -67,3 +67,7 @@ swiftmailer:
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }
chill_custom_fields:
customizables_entities:
- { class: Chill\CustomFieldsBundle\Entity\BlopEntity, name: blop_entity }