symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

Fixes a problem when using safe labels in knp #752

Closed pakaufmann closed 10 years ago

pakaufmann commented 10 years ago

Allows to use allow_safe_labels and safe_label from the KNP menu

ioleo commented 10 years ago

@kufi what are "safe labels"? could you link to some doc?

pakaufmann commented 10 years ago

Look here: https://github.com/KnpLabs/KnpMenu/blob/master/doc/01-Basic-Menus.markdown#other-rendering-options

Basically it allows to use the output of a label to be unescaped.

ioleo commented 10 years ago

@kufi can you make 2 more PRs with this fix for v1.0 branch and v1.1 branch please?

ioleo commented 10 years ago

@kufi merged @ master, thanks