diff --git a/AmFormsPlugin.php b/AmFormsPlugin.php index e6a691d..c1007a4 100644 --- a/AmFormsPlugin.php +++ b/AmFormsPlugin.php @@ -28,7 +28,7 @@ public function getName() */ public function getVersion() { - return '1.3.0'; + return '1.3.1'; } /** @@ -36,7 +36,7 @@ public function getVersion() */ public function getSchemaVersion() { - return '1.3.0'; + return '1.3.1'; } /** diff --git a/templates/forms/_edit.twig b/templates/forms/_edit.twig index 9ca399a..7d59e8c 100644 --- a/templates/forms/_edit.twig +++ b/templates/forms/_edit.twig @@ -13,6 +13,10 @@ ] %} {% set tabs = { + form: { + label: "General"|t, + url: '#form' + }, formfields: { label: "Fields"|t, url: '#designer' @@ -37,30 +41,25 @@ {% if formId is defined -%}{% endif %} -