Merge pull request #261 from mailpoet/form_editor_round_1

Form editor round 1
This commit is contained in:
Marco
2015-12-09 14:07:33 +01:00
25 changed files with 242 additions and 154 deletions

View File

@ -374,7 +374,8 @@ class Menu {
->findArray(),
'styles' => FormRenderer::getStyles($form),
'date_types' => Block\Date::getDateTypes(),
'date_formats' => Block\Date::getDateFormats()
'date_formats' => Block\Date::getDateFormats(),
'month_names' => Block\Date::getMonthNames()
);
echo $this->renderer->render('form/editor.html', $data);