@elementor/editor-controls 4.1.0-709 → 4.1.0-710
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/email-form-action-control.tsx +4 -4
package/dist/index.js
CHANGED
|
@@ -6714,7 +6714,7 @@ var SendToField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6714
6714
|
EmailField,
|
|
6715
6715
|
{
|
|
6716
6716
|
bind: "to",
|
|
6717
|
-
label: (0, import_i18n51.__)("Send
|
|
6717
|
+
label: (0, import_i18n51.__)("Send to", "elementor"),
|
|
6718
6718
|
placeholder: (0, import_i18n51.__)("Where should we send new submissions?", "elementor")
|
|
6719
6719
|
}
|
|
6720
6720
|
);
|
|
@@ -6722,7 +6722,7 @@ var SubjectField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6722
6722
|
EmailField,
|
|
6723
6723
|
{
|
|
6724
6724
|
bind: "subject",
|
|
6725
|
-
label: (0, import_i18n51.__)("Email
|
|
6725
|
+
label: (0, import_i18n51.__)("Email subject", "elementor"),
|
|
6726
6726
|
placeholder: (0, import_i18n51.__)("New form submission", "elementor")
|
|
6727
6727
|
}
|
|
6728
6728
|
);
|
|
@@ -6740,7 +6740,7 @@ var FromEmailField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6740
6740
|
{
|
|
6741
6741
|
bind: "from",
|
|
6742
6742
|
label: (0, import_i18n51.__)("From email", "elementor"),
|
|
6743
|
-
placeholder: (0, import_i18n51.__)("What email
|
|
6743
|
+
placeholder: (0, import_i18n51.__)("What email should appear as the sender?", "elementor")
|
|
6744
6744
|
}
|
|
6745
6745
|
);
|
|
6746
6746
|
var FromNameField = () => /* @__PURE__ */ React102.createElement(
|
|
@@ -6754,7 +6754,7 @@ var FromNameField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6754
6754
|
var ReplyToField = () => /* @__PURE__ */ React102.createElement(EmailField, { bind: "reply-to", label: (0, import_i18n51.__)("Reply-to", "elementor") });
|
|
6755
6755
|
var CcField = () => /* @__PURE__ */ React102.createElement(EmailField, { bind: "cc", label: (0, import_i18n51.__)("Cc", "elementor") });
|
|
6756
6756
|
var BccField = () => /* @__PURE__ */ React102.createElement(EmailField, { bind: "bcc", label: (0, import_i18n51.__)("Bcc", "elementor") });
|
|
6757
|
-
var MetaDataField = () => /* @__PURE__ */ React102.createElement(PropKeyProvider, { bind: "meta-data" }, /* @__PURE__ */ React102.createElement(import_ui88.Stack, { gap: 0.5 }, /* @__PURE__ */ React102.createElement(ControlLabel, null, (0, import_i18n51.__)("
|
|
6757
|
+
var MetaDataField = () => /* @__PURE__ */ React102.createElement(PropKeyProvider, { bind: "meta-data" }, /* @__PURE__ */ React102.createElement(import_ui88.Stack, { gap: 0.5 }, /* @__PURE__ */ React102.createElement(ControlLabel, null, (0, import_i18n51.__)("Metadata", "elementor")), /* @__PURE__ */ React102.createElement(
|
|
6758
6758
|
ChipsControl,
|
|
6759
6759
|
{
|
|
6760
6760
|
options: [
|