Skip to content

Commit 17eae8c

Browse files
committed
Add missing metadata key, fixing comment by @noniagriconomie on #9476
1 parent d68cc99 commit 17eae8c

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
@@ -619,7 +619,9 @@ requires:
619619
// ...
620620
'places' => array(
621621
'draft' => array(
622-
'max_num_of_words' => 500,
622+
'metadata' => array(
623+
'max_num_of_words' => 500,
624+
),
623625
),
624626
// ...
625627
),

0 commit comments

Comments
 (0)