Skip to content

Commit e4cc0ca

Browse files
authored
Merge branch '6.0' into contributing-docs-add-netlify-site
2 parents 190bc18 + b7cc475 commit e4cc0ca

File tree

7 files changed

+707
-16
lines changed

7 files changed

+707
-16
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md renamed to .github/pull_request_template.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## First-time contributors
2+
3+
You **must** read and follow our [First-time contributors](https://6.docs.plone.org/contributing/first-time.html).
4+
5+
---
6+
7+
## Submit a pull request
8+
19
Thank you for your contribution to the Plone Documentation.
210

311
Before submitting this pull request, please make sure you follow our guides:
@@ -7,9 +15,9 @@ Before submitting this pull request, please make sure you follow our guides:
715
- [Authors guide](https://6.docs.plone.org/contributing/authors.html)
816
- [MyST reference](https://6.docs.plone.org/contributing/myst-reference.html)
917

10-
## Issue Number
18+
## Issue number
1119

12-
- Issue #
20+
- Fixes #
1321

1422
## Description
1523

docs/backend/relations.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ relationlist_field = RelationList(
149149
directives.widget(
150150
"relationlist_field",
151151
RelatedItemsFieldWidget,
152-
pattern_options=make_relation_root_path,
152+
pattern_options={
153+
"basePath": make_relation_root_path,
154+
}
153155
)
154156
```
155157

@@ -333,11 +335,6 @@ When you click on {guilabel}`Edit XML field model`, you will see the fields in t
333335

334336
## Using different widgets for relations
335337

336-
```{todo}
337-
Support for `StaticCatalogVocabulary` in Volto is currently missing.
338-
See issues https://github.com/plone/volto/issues/3355 and https://github.com/plone/volto/issues/3439.
339-
```
340-
341338
Often the standard widget for relations is not what you want.
342339
It can be hard to navigate to the content to which you want to relate, and the search mode of the default widget is not suitable for all use cases.
343340

0 commit comments

Comments
 (0)