Skip to content

Commit

Permalink
Merge pull request ezsystems#215 from StephaneDiot/EZP-21715_Give_con…
Browse files Browse the repository at this point in the history
…fig_to_create_content

EZP-21715: Add routeConfig country list to create country field
  • Loading branch information
dpobel committed Mar 31, 2015
2 parents dbfdc0b + 15ecaad commit 8a709f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/views/PlatformUI/shell.html.twig
Expand Up @@ -85,6 +85,11 @@
"fieldEditViews": {
"ezcountry": {{countriesInfo|json_encode|raw}}
}
},
"createContent": {
"fieldEditViews": {
"ezcountry": {{countriesInfo|json_encode|raw}}
}
}
}
});
Expand Down

0 comments on commit 8a709f4

Please sign in to comment.