Remove link to the old form editor
[MAILPOET-2625]
This commit is contained in:
committed by
Jack Kitterhing
parent
a8b31d1a74
commit
ec42ef4eeb
@@ -10,9 +10,6 @@
|
||||
<div class="block-editor">
|
||||
<div id="mailpoet_form_edit" class="block-editor__container">
|
||||
</div>
|
||||
<div id="mailpoet_form_edit_old_editor_fallback_link">
|
||||
<a href="?page=mailpoet-form-editor&id=<%=form['id']%>&legacy=1"><%=__('Use the old editor.')%></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -114,7 +111,6 @@
|
||||
'customFieldWithNameExists': __('The custom field [name] already exists. Please choose another name.'),
|
||||
'editorIsUsingGutenberg': __('This form editor uses the WordPress Block Editor (Gutenberg)'),
|
||||
'giveFeedback': __('Give feedback.'),
|
||||
'useOldEditor': __('Use the old editor.')
|
||||
}) %>
|
||||
<% endblock %>
|
||||
|
||||
|
Reference in New Issue
Block a user