@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.mjs
CHANGED
|
@@ -6697,7 +6697,7 @@ var SendToField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6697
6697
|
EmailField,
|
|
6698
6698
|
{
|
|
6699
6699
|
bind: "to",
|
|
6700
|
-
label: __51("Send
|
|
6700
|
+
label: __51("Send to", "elementor"),
|
|
6701
6701
|
placeholder: __51("Where should we send new submissions?", "elementor")
|
|
6702
6702
|
}
|
|
6703
6703
|
);
|
|
@@ -6705,7 +6705,7 @@ var SubjectField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6705
6705
|
EmailField,
|
|
6706
6706
|
{
|
|
6707
6707
|
bind: "subject",
|
|
6708
|
-
label: __51("Email
|
|
6708
|
+
label: __51("Email subject", "elementor"),
|
|
6709
6709
|
placeholder: __51("New form submission", "elementor")
|
|
6710
6710
|
}
|
|
6711
6711
|
);
|
|
@@ -6723,7 +6723,7 @@ var FromEmailField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6723
6723
|
{
|
|
6724
6724
|
bind: "from",
|
|
6725
6725
|
label: __51("From email", "elementor"),
|
|
6726
|
-
placeholder: __51("What email
|
|
6726
|
+
placeholder: __51("What email should appear as the sender?", "elementor")
|
|
6727
6727
|
}
|
|
6728
6728
|
);
|
|
6729
6729
|
var FromNameField = () => /* @__PURE__ */ React102.createElement(
|
|
@@ -6737,7 +6737,7 @@ var FromNameField = () => /* @__PURE__ */ React102.createElement(
|
|
|
6737
6737
|
var ReplyToField = () => /* @__PURE__ */ React102.createElement(EmailField, { bind: "reply-to", label: __51("Reply-to", "elementor") });
|
|
6738
6738
|
var CcField = () => /* @__PURE__ */ React102.createElement(EmailField, { bind: "cc", label: __51("Cc", "elementor") });
|
|
6739
6739
|
var BccField = () => /* @__PURE__ */ React102.createElement(EmailField, { bind: "bcc", label: __51("Bcc", "elementor") });
|
|
6740
|
-
var MetaDataField = () => /* @__PURE__ */ React102.createElement(PropKeyProvider, { bind: "meta-data" }, /* @__PURE__ */ React102.createElement(Stack17, { gap: 0.5 }, /* @__PURE__ */ React102.createElement(ControlLabel, null, __51("
|
|
6740
|
+
var MetaDataField = () => /* @__PURE__ */ React102.createElement(PropKeyProvider, { bind: "meta-data" }, /* @__PURE__ */ React102.createElement(Stack17, { gap: 0.5 }, /* @__PURE__ */ React102.createElement(ControlLabel, null, __51("Metadata", "elementor")), /* @__PURE__ */ React102.createElement(
|
|
6741
6741
|
ChipsControl,
|
|
6742
6742
|
{
|
|
6743
6743
|
options: [
|