Skip to content

Commit

Permalink
documentation bug for #818 regarding basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Oct 24, 2023
1 parent b646f05 commit c7b047f
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 c7b047f

Please sign in to comment.