@websolutespa/payload-plugin-bowl 1.7.4 → 1.7.5
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 +6 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -4407,12 +4407,12 @@ var Label = /* @__PURE__ */ __name((options2) => ({
|
|
|
4407
4407
|
admin: {
|
|
4408
4408
|
group: options2.group.config,
|
|
4409
4409
|
useAsTitle: "id",
|
|
4410
|
-
defaultColumns: ["id", "
|
|
4410
|
+
defaultColumns: ["id", "text"]
|
|
4411
4411
|
},
|
|
4412
4412
|
fields: [
|
|
4413
4413
|
// inherited fields: id, createdAt, updatedAt
|
|
4414
4414
|
{ type: "withId", required: true },
|
|
4415
|
-
{ type: "
|
|
4415
|
+
{ type: "withText", required: true, localized: true }
|
|
4416
4416
|
]
|
|
4417
4417
|
}), "Label");
|
|
4418
4418
|
|