File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments