Skip to content

Commit 661e3db

Browse files
committed
cms@5a80d60
Finish 5.7.4
1 parent b99e0eb commit 661e3db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/.artifacts/cms/5.x/config-general.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Default value
1717
'underlineLinks' => false,
1818
'disableAutofocus' => false,
1919
'notificationDuration' => 5000,
20+
'notificationPosition' => 'end-start',
21+
'slideoutPosition' => 'end',
2022
]`
2123

2224
Defined by
@@ -36,6 +38,11 @@ The array can contain the following keys:
3638
- `disableAutofocus` – Whether inputs should make use of the `autofocus` attribute.
3739
- `notificationDuration` – How long notifications should be shown before they disappear automatically (in
3840
milliseconds). Set to `0` to show them indefinitely.
41+
- `notificationPosition` – Where notifications should be shown on the screen (`'start-start'` for top-left,
42+
`'start-end'` for top-right, `'end-start'` for bottom-left, or `'end-end'` for bottom-right, when using an
43+
LTR orientation).
44+
- `slideoutPosition` – Where slideouts should be shown on the screen (`'start'` for left, or `'end'`
45+
for right, when using an LTR orientation).
3946

4047
```php
4148
->accessibilityDefaults([

0 commit comments

Comments
 (0)