web-mojo 2.1.966 → 2.1.970

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.
@@ -2748,18 +2748,23 @@ class PushDeliveryList extends Collection {
2748
2748
  }
2749
2749
  }
2750
2750
  const PushConfigForms = {
2751
+ create: {
2752
+ title: "Create Push Configuration",
2753
+ fields: [
2754
+ { name: "name", label: "Name", required: true },
2755
+ { type: "collection", name: "group", label: "Group (optional)", Collection: GroupList, labelField: "name", valueField: "id" },
2756
+ { name: "fcm_sender_id", label: "FCM Sender ID" },
2757
+ { name: "fcm_server_key", label: "FCM Server Key", type: "textarea" }
2758
+ ]
2759
+ },
2751
2760
  edit: {
2752
2761
  title: "Edit Push Configuration",
2753
2762
  fields: [
2754
2763
  { name: "name", label: "Name", required: true },
2755
2764
  { type: "collection", name: "group", label: "Group (optional)", Collection: GroupList, labelField: "name", valueField: "id" },
2756
- { name: "fcm_enabled", label: "FCM Enabled", type: "switch" },
2757
2765
  { name: "fcm_sender_id", label: "FCM Sender ID" },
2758
- { name: "apns_enabled", label: "APNS Enabled", type: "switch" },
2759
- { name: "default_sound", label: "Default Sound" },
2760
- { name: "default_badge_count", label: "Default Badge Count", type: "number" },
2761
- { name: "test_mode", label: "Test Mode", type: "switch" },
2762
- { name: "is_active", label: "Is Active", type: "switch" }
2766
+ { name: "fcm_server_key", label: "FCM Server Key", type: "textarea" },
2767
+ { name: "is_active", label: "Is Active", type: "switch", value: true }
2763
2768
  ]
2764
2769
  }
2765
2770
  };
@@ -7132,4 +7137,4 @@ export {
7132
7137
  FileForms as y,
7133
7138
  IncidentEventList as z
7134
7139
  };
7135
- //# sourceMappingURL=ChatView-CV9aH11Q.js.map
7140
+ //# sourceMappingURL=ChatView-Bc8uGufN.js.map