Skip to content

Commit

Permalink
Merge pull request #818 from plone/ajung-fix-817
Browse files Browse the repository at this point in the history
documentation bug for #817 regarding RelatedItemsFieldWidget pattern_options  basePath
  • Loading branch information
ksuess authored Oct 24, 2023
2 parents b646f05 + c7b047f commit 6ae2561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/mastering-plone/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ relationlist_field = RelationList(
directives.widget(
"relationlist_field",
RelatedItemsFieldWidget,
pattern_options=make_relation_root_path,
pattern_options={
"basePath": make_relation_root_path,
}
)
```

Expand Down

0 comments on commit 6ae2561

Please sign in to comment.