Skip to content

Commit 78fbb35

Browse files
committed
Upated readme and preview screenshot
1 parent 113638d commit 78fbb35

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const config = buildConfig({
2525
{value: 'ready-for-review', label: 'Ready for review'},
2626
{value: 'published', label: 'Published'},
2727
],
28-
defaultStatus: 'draft'
28+
defaultStatus: 'draft',
29+
hideNoStatusColumn: false
2930
}
3031
})
3132
],
@@ -44,7 +45,7 @@ Upcoming Features / Ideas. Have a suggestion for the plugin? Feel free to open a
4445

4546
- [ ] Customize card properties (currently displays `title` and `createdAt`)
4647
- [ ] Edit relationships directly from the card (e.g., assigning users to a document)
47-
- [ ] Toggleable column for posts without a workflow status (Currently, documents lacking `workflowStatus` aren't visible on the board)
48+
- [X] Toggleable column for posts without a workflow status (Currently, documents lacking `workflowStatus` aren't visible on the board)
4849
- [ ] Lazy loading of column contents when scrolling (Currently, board only shows `defaultLimit` amount of cards)
4950
- [ ] Permissions for changing statuses
5051
- [ ] Allowed transitions between statuses

dev/src/payload.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export default buildConfig({
4141
{value: 'ready-for-review', label: 'Ready for review'},
4242
{value: 'published', label: 'Published'},
4343
],
44-
defaultStatus: 'draft'
44+
defaultStatus: 'draft',
45+
hideNoStatusColumn: false
4546
}
4647
})
4748
],

preview.png

-660 KB
Loading

0 commit comments

Comments
 (0)