webguys-de / EasyTemplate

42 stars 13 forks source link

Added loop break to avoid conflicts #36

Closed nrunde closed 7 years ago

nrunde commented 7 years ago

If you are running other extensions which extend cms admin form with additional fieldset you get in trouble because easytemplate will add more than one field with id "view_mode". Breaking the loop after inserting "view_mode" field fixed that kind of conflicts.

tobi-pb commented 7 years ago

Great! Thanks a lot!