You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,13 @@ const config = buildConfig({
32
32
});
33
33
```
34
34
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.
39
36
The workflow plugin introduces a new field called `workflowStatus`. This field does not interact with the draft/publish system of Payload whatsoever.
40
37
41
38
You can "integrate" the workflow status with the draft/publish system of Payload yourself by using [Payloads hooks](https://payloadcms.com/docs/hooks/overview).
42
39
43
40
For example: Automatically publish the document when the `workflowStatus` has been changed to `published`.
44
41
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
-
52
42
<h2id="roadmap">Roadmap</h3>
53
43
Upcoming Features / Ideas. Have a suggestion for the plugin? Feel free to open an issue or contribute!
0 commit comments