Install reviewed + update chill + install additional bundles

This commit is contained in:
Jean Pierre Huart
2015-07-02 17:39:09 +02:00
parent 54f4814953
commit bf48f22bd9
10 changed files with 207 additions and 111 deletions

View File

@@ -6,6 +6,8 @@
A copy of the license is included in the section entitled "GNU
Free Documentation License".
.. _custom-fields-bundle:
Custom fields bundle
====================
@@ -42,7 +44,7 @@ Some entities needs a **default** custom fields group. For instance, the default
In the future of the `person bundle`, other custom fields group will be added in forms accessible from the menu, allowing users to completely customize and separate their entities.
Allow custom fields on a entity
--------------------------------
-------------------------------
As a developer, you must allow your users to add custom fields on your entities.
@@ -126,7 +128,7 @@ Add those file under `chill_custom_fields` section :
* The class, which is a full FQDN class path
Automatically, in DependencyInjection/Extension class
""""""""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""""""
This is the preferred way for declaring customizable classes.
@@ -262,7 +264,7 @@ In the `PrependExtensionInterface::prepend` function, the options key will be ad
Note that `custom_fields_group_linked_custom_fields` does not create any input on `CustomFieldsGroup` creation : there aren't any fields associated with the custom fields just after the group creation... You have to add custom fields and associate them with the newly created group to see them appears.
Rendering custom fields in a template
--------------------------------------
-------------------------------------
Two function are available :
@@ -310,7 +312,7 @@ Examples:
Custom Fields's form
---------------------
--------------------
You should simply use the 'custom_field' type in a template, with the group you would like to render in the `group` option's type.
@@ -377,7 +379,7 @@ Example :
Development tips
-----------------
----------------
If you want to test the rendering of a custom fields group, you may use this method :

View File

@@ -5,7 +5,9 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
.. _main-bundle:
Main bundle
###########

View File

@@ -5,7 +5,9 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
.. _person-bundle:
Person bundle
#############
@@ -23,12 +25,12 @@ Entities provided
Search terms
*************
************
The class `Chill\PersonBundle\Search\PersonSearch` provide the search module.
Domain
=======
======
The search upon "person" is provided by default. The `@person` domain search may be omitted.

View File

@@ -5,7 +5,9 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
.. _report-bundle:
Report bundle
#############