Skip to content

Commit 7f28168

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 524ec71 + 87ab286 commit 7f28168

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

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

2422
Defined by
@@ -38,11 +36,6 @@ The array can contain the following keys:
3836
- `disableAutofocus` – Whether inputs should make use of the `autofocus` attribute.
3937
- `notificationDuration` – How long notifications should be shown before they disappear automatically (in
4038
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).
4639

4740
```php
4841
->accessibilityDefaults([

0 commit comments

Comments
 (0)