Skip to content

Commit 95404f2

Browse files
committed
Add missing metadata key, fixing comment by @noniagriconomie on symfony#9476
1 parent e740493 commit 95404f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

workflow/usage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ requires:
536536
// ...
537537
'places' => array(
538538
'draft' => array(
539-
'max_num_of_words' => 500,
539+
'metadata' => array(
540+
'max_num_of_words' => 500,
541+
),
540542
),
541543
// ...
542544
),

0 commit comments

Comments
 (0)