Skip to content

Commit d8a19c3

Browse files
committed
Update initial_place to initial_places.
Add missing `initial_places` to PHP configuration example. Someone needs to add it to the XML
1 parent 6f51164 commit d8a19c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflow/usage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ like this:
4949
- 'currentPlace'
5050
supports:
5151
- App\Entity\BlogPost
52-
initial_place: draft
52+
initial_places: [draft]
5353
places:
5454
- draft
5555
- review
@@ -136,6 +136,7 @@ like this:
136136
],
137137
],
138138
'supports' => ['App\Entity\BlogPost'],
139+
'initial_places' => ['draft'],
139140
'places' => [
140141
'draft',
141142
'review',

0 commit comments

Comments
 (0)