Skip to content

Commit f70fd2d

Browse files
committed
More readme edits
1 parent 3d0bce7 commit f70fd2d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,13 @@ const config = buildConfig({
3232
});
3333
```
3434

35-
## Some things to know about using the plugin
36-
There are some things to know about how the plugin behaves in this early stage.
37-
38-
### Differences with the draft/publish system of Payload.
35+
## Differences with the draft/publish system of Payload.
3936
The workflow plugin introduces a new field called `workflowStatus`. This field does not interact with the draft/publish system of Payload whatsoever.
4037

4138
You can "integrate" the workflow status with the draft/publish system of Payload yourself by using [Payloads hooks](https://payloadcms.com/docs/hooks/overview).
4239

4340
For example: Automatically publish the document when the `workflowStatus` has been changed to `published`.
4441

45-
### Workflow view currently only shows documents with `workflowStatus` filled.
46-
When installed on an existing Payload setup, existing document don't have the `workflowStatus` field filled in.
47-
The `workflowStatus` filed is being used to group the documents in the defined columns on the board.
48-
49-
Want to view documents without a workflow status? Press the "show table view" on the top right to switch back to the default table view.
50-
In the future there will be a toggleable column showing documents without a `workflowStatus`.
51-
5242
<h2 id="roadmap">Roadmap</h3>
5343
Upcoming Features / Ideas. Have a suggestion for the plugin? Feel free to open an issue or contribute!
5444

0 commit comments

Comments
 (0)