You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-WIP.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@
36
36
- “Template” field layout UI elements are now re-rendered on each autosave. ([#16837](https://github.com/craftcms/cms/discussions/16837))
37
37
- Added the “SMS” link type for Link fields. ([#16850](https://github.com/craftcms/cms/discussions/16850))
38
38
- Added the “Allow custom URL schemes” setting for Link fields with the “URL” link type enabled. ([#16850](https://github.com/craftcms/cms/discussions/16850))
39
+
- Relational fields now have “Default [Type] Placement” settings, which control whether newly-related elements are placed before or after existing relations. ([#16989](https://github.com/craftcms/cms/pull/16989))
39
40
- Sections’ “Max Authors” settings are now optional, allowing unlimited authors when blank. ([#16898](https://github.com/craftcms/cms/pull/16898))
40
41
- Sections’ “Max Authors” settings can now be set to `0`, preving the “Author” field from being displayed on Edit Entry screens. ([#16898](https://github.com/craftcms/cms/pull/16898))
41
42
- The email settings page now shows a “Test” button when `allowAdminChanges` is disabled. ([#16508](https://github.com/craftcms/cms/discussions/16508))
Copy file name to clipboardExpand all lines: src/translations/en/app.php
+1
Original file line number
Diff line number
Diff line change
@@ -1999,6 +1999,7 @@
1999
1999
'Where assets should be stored on the filesystem.' => 'Where assets should be stored on the filesystem.',
2000
2000
'Where assets should be stored when they are uploaded directly to the field.' => 'Where assets should be stored when they are uploaded directly to the field.',
2001
2001
'Where do you want to store user photos? Note that the subfolder path can contain variables like <code>{username}</code>.' => 'Where do you want to store user photos? Note that the subfolder path can contain variables like <code>{username}</code>.',
2002
+
'Where new {type} should be placed by default in the field.' => 'Where new {type} should be placed by default in the field.',
2002
2003
'Where new {type} should be placed by default in the structure.' => 'Where new {type} should be placed by default in the structure.',
2003
2004
'Where transforms should be stored on the filesystem.' => 'Where transforms should be stored on the filesystem.',
2004
2005
'Whether authors should be able to choose which time zone the time is in.' => 'Whether authors should be able to choose which time zone the time is in.',
0 commit comments