Skip to content

Commit

Permalink
no hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 15, 2022
1 parent 5d44466 commit 63b521e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/backend/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ directives.widget(

(relations-configure-the-relateditemsfieldwidget-label)=

### Configure the relations-widget
### Configure the relations widget

```{note}
These settings only have an effect in Plone 6 Classic UI.
Expand Down Expand Up @@ -156,7 +156,7 @@ directives.widget(

(relations-using-the-search-mode-of-the-related-items-widget-label)=

### Using the search mode of the relations-widget
### Using the search mode of the relations widget

```{note}
These settings only have an effect in Plone 6 Classic UI.
Expand All @@ -170,7 +170,7 @@ This makes it very flexible for limiting relatable items by type, path, date, an

Setting the mode of the widget to `search` makes it easier to select from the content that results from your catalog query instead of having to navigate through your content tree.

The problem is that, in the default mode of the relations-widget, items that are in containers are not shown unless you add these types of containers to the query.
The problem is that, in the default mode of the relations widget, items that are in containers are not shown unless you add these types of containers to the query.

Therefore, it is recommended to use `CatalogSource` only in `search` mode.

Expand Down

0 comments on commit 63b521e

Please sign in to comment.