Remove Feedback section from form editor

[MAILPOET-2735]
This commit is contained in:
Pavel Dohnal
2020-03-06 14:52:49 +01:00
committed by Jack Kitterhing
parent 276986c0f9
commit 038cc0bc6b
3 changed files with 0 additions and 11 deletions

View File

@@ -103,7 +103,3 @@ $gutenberg-control-border-color-focus: #007cba;
.CodeMirror {
border: 1px solid #eee;
}
.mailpoet_sidebar_note {
padding: 16px;
}

View File

@@ -74,11 +74,6 @@ export default () => {
</ul>
</SidebarHeader>
{activeTab === 'form' ? <FormSettings /> : <BlockSettings />}
<p className="mailpoet_sidebar_note">
{MailPoet.I18n.t('editorIsUsingGutenberg')}
<br />
<a href="mailto:quentin@mailpoet.com">{MailPoet.I18n.t('giveFeedback')}</a>
</p>
</div>
);
};

View File

@@ -116,13 +116,11 @@
'customFieldName': _x('Field name', 'Label for form field for custom input name'),
'selectCustomFieldType': _x('Select a field type', 'Label for form field for custom input type'),
'customFieldWithNameExists': __('The custom field [name] already exists. Please choose another name.'),
'editorIsUsingGutenberg': __('This form editor uses the WordPress Block Editor (Gutenberg)'),
'successMessage': __('This is what the success message looks like.'),
'errorMessage': __('This is what the error message looks like.'),
'formPreview': __('Form Preview'),
'formPreviewDesktop': _x('Desktop', 'Desktop browser preview mode'),
'formPreviewMobile': _x('Mobile', 'Mobile browser preview mode'),
'giveFeedback': __('Give feedback.'),
}) %>
<% endblock %>