@social-mail/social-mail-client 1.4.209 → 1.4.210

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.
@@ -43460,6 +43460,12 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
43460
43460
  checked: Bind.twoWaysImmediate(() => this.model.isTemplate),
43461
43461
  text: "Template"
43462
43462
  })), XNode.create(FormField, {
43463
+ label: "Remote Url"
43464
+ }, XNode.create("div", {
43465
+ "data-layout": "vertical-flex-stretch-items"
43466
+ }, XNode.create("input", {
43467
+ value: Bind.twoWaysImmediate(() => this.model.remoteUrl)
43468
+ }), XNode.create("div", null, "If set, content will be fetched from this url for non existent content."))), XNode.create(FormField, {
43463
43469
  label: "Default Currency"
43464
43470
  }, XNode.create(CurrencySelect, {
43465
43471
  value: Bind.twoWaysImmediate(() => this.model.currency)