-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
ConfigactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)
Description
enum nodes have been added in #1826 but there is no proper documentation on how to use it, an example could be great:
<?php
$parent
->enumNode('node-name')
->values(array('a', 'b', 'c'))
->end()
ref: http://symfony.com/doc/master/components/config/definition.html
/cc @Drak
Metadata
Metadata
Assignees
Labels
ConfigactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)