infinite-networks / InfiniteFormBundle

A collection of useful form types and extensions for Symfony.
169 stars 40 forks source link

Improve the configuration tree #37

Closed stof closed 9 years ago

stof commented 9 years ago

All configuration settings are boolean values, so using a boolean node is better than a scalar node. As an additional benefit, null is already treated as true by default for boolean nodes.