Julien Fastré 5c67a9098e allow delegation of block rendering
ref #12

In a template, you can now allow rendering of a block from other bundle.

The layout template must explicitly call the rendering of other block,
with the twig function

```
chill_delegated_block('block_name', { 'array' : 'with context' } )
```

This will launch an event
`Chill\MainBundle\Templating\Events\DelegatedBlockRenderingEvent` with
the event's name 'chill_block.block_name'.

You may add content to the page using the function
`DelegatedBlockRenderingEvent::addContent`.
2016-03-14 22:45:04 +01:00
2015-02-22 21:49:54 +01:00
2015-02-22 21:49:54 +01:00
2015-06-30 14:38:08 +02:00
2015-02-22 21:49:54 +01:00
2015-09-20 21:38:24 +02:00
2015-07-06 01:01:39 +02:00
2015-09-20 21:38:24 +02:00
2016-01-05 14:04:45 +01:00
2016-01-20 17:09:33 +01:00
2014-10-11 15:11:42 +02:00
2014-12-04 18:01:03 +01:00
2015-06-30 14:38:08 +02:00

ChillMain

An app for social-profit organisations

Documentation & installation

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

Description
Miroir de chill-bundles
Readme AGPL-3.0 58 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%