Skip to content

Commit 7054ef5

Browse files
committed
cms@8ffd1aa
Finish 5.7.2
1 parent d6c1315 commit 7054ef5

File tree

8 files changed

+1233
-76
lines changed

8 files changed

+1233
-76
lines changed

docs/.artifacts/cms/5.x/addresses.md

Lines changed: 328 additions & 3 deletions
Large diffs are not rendered by default.

docs/.artifacts/cms/5.x/assets.md

Lines changed: 107 additions & 14 deletions
Large diffs are not rendered by default.

docs/.artifacts/cms/5.x/categories.md

Lines changed: 124 additions & 14 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Default value
1515
: `[
1616
'useShapes' => false,
1717
'underlineLinks' => false,
18+
'disableAutofocus' => false,
1819
'notificationDuration' => 5000,
1920
]`
2021

@@ -32,6 +33,7 @@ The array can contain the following keys:
3233

3334
- `useShapes` – Whether shapes should be used to represent statuses.
3435
- `underlineLinks` – Whether links should be underlined.
36+
- `disableAutofocus` – Whether inputs should make use of the `autofocus` attribute.
3537
- `notificationDuration` – How long notifications should be shown before they disappear automatically (in
3638
milliseconds). Set to `0` to show them indefinitely.
3739

docs/.artifacts/cms/5.x/entries.md

Lines changed: 383 additions & 3 deletions
Large diffs are not rendered by default.

docs/.artifacts/cms/5.x/globals.md

Lines changed: 91 additions & 14 deletions
Large diffs are not rendered by default.

docs/.artifacts/cms/5.x/tags.md

Lines changed: 96 additions & 14 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)