payload-plugin-newsletter 0.12.2 → 0.12.3
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/CHANGELOG.md +7 -0
- package/dist/components.cjs +514 -0
- package/dist/components.cjs.map +1 -1
- package/dist/components.d.cts +8 -2
- package/dist/components.d.ts +8 -2
- package/dist/components.js +511 -0
- package/dist/components.js.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3756,7 +3756,7 @@ var createBroadcastInlinePreviewField = () => {
|
|
|
3756
3756
|
type: "ui",
|
|
3757
3757
|
admin: {
|
|
3758
3758
|
components: {
|
|
3759
|
-
Field: "/
|
|
3759
|
+
Field: "payload-plugin-newsletter/components#BroadcastInlinePreview"
|
|
3760
3760
|
}
|
|
3761
3761
|
}
|
|
3762
3762
|
};
|
|
@@ -3815,7 +3815,7 @@ var createBroadcastsCollection = (pluginConfig) => {
|
|
|
3815
3815
|
admin: {
|
|
3816
3816
|
readOnly: true,
|
|
3817
3817
|
components: {
|
|
3818
|
-
Cell: "/
|
|
3818
|
+
Cell: "payload-plugin-newsletter/components#StatusBadge"
|
|
3819
3819
|
}
|
|
3820
3820
|
}
|
|
3821
3821
|
},
|
|
@@ -3959,8 +3959,8 @@ var createBroadcastsCollection = (pluginConfig) => {
|
|
|
3959
3959
|
type: "ui",
|
|
3960
3960
|
admin: {
|
|
3961
3961
|
components: {
|
|
3962
|
-
Cell: "/
|
|
3963
|
-
Field: "/
|
|
3962
|
+
Cell: "payload-plugin-newsletter/components#ActionsCell",
|
|
3963
|
+
Field: "payload-plugin-newsletter/components#EmptyField"
|
|
3964
3964
|
},
|
|
3965
3965
|
disableListColumn: false
|
|
3966
3966
|
}
|