mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
sf4, adding require symfony/templating + fix treebuilder depreciation
This commit is contained in:
parent
755c5e5a22
commit
533d27785e
@ -18,8 +18,8 @@ class Configuration implements ConfigurationInterface
|
|||||||
*/
|
*/
|
||||||
public function getConfigTreeBuilder()
|
public function getConfigTreeBuilder()
|
||||||
{
|
{
|
||||||
$treeBuilder = new TreeBuilder();
|
$treeBuilder = new TreeBuilder('chill_custom_fields');
|
||||||
$rootNode = $treeBuilder->root('chill_custom_fields');
|
$rootNode = $treeBuilder->getRootNode('chill_custom_fields');
|
||||||
|
|
||||||
$classInfo = "The class which may receive custom fields";
|
$classInfo = "The class which may receive custom fields";
|
||||||
$nameInfo = "The name which will appears in the user interface. May be translatable";
|
$nameInfo = "The name which will appears in the user interface. May be translatable";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user