Skip to content

Commit 81449dd

Browse files
authored
Move new properties to manage section
1 parent d473313 commit 81449dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/relations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ Option | Type | Description
103103
`noRecordsMessage` | List | a message to display when no records are found, can refer to a [localization string](../plugin/localization).
104104
`conditions` | List | specifies a raw where query statement to apply to the list model query.
105105
`scope` | List | specifies a [query scope method](../database/model#query-scopes) defined in the **related form model** to apply to the list query always. The model that this relationship will be attached to (i.e. the **parent model**) is passed to this scope method as the second parameter (`$query` is the first).
106-
`allowDismiss` | List | closes the modal when clicking next to it. Default: `false`
107-
`cssClass` | List | Adds extra CSS classes to the modal. Default: `null`
108106
**filter** | List | a reference to a filter scopes definition file, see [backend list filters](lists#using-list-filters).
109107

110108
These configuration values can be specified only for the **view** options.
@@ -124,6 +122,8 @@ Option | Type | Description
124122
------------- | ------------- | -------------
125123
`title` | Both | a popup title, can refer to a [localization string](../plugin/localization). <br/> Additionally, you can customize the title for each mode individually by setting this to an associative array, with the key being the mode and the value being the title used when displaying that mode. Eg: `form: acme.blog::lang.subcategory.FormTitle`.
126124
`context` | Form | context of the form being displayed. Can be a string or an array with keys: create, update.
125+
`allowDismiss` | Both | closes the modal when clicking next to it. Default: `false`
126+
`cssClass` | Both | Adds extra CSS classes to the modal. Default: `null`
127127

128128
## Relationship types
129129

0 commit comments

Comments
 (0)