[fields] refact!: Remove core array-based legacy fields - #8395
Merged
distantnative merged 4 commits intoAug 18, 2026
Merged
Conversation
distantnative
marked this pull request as ready for review
August 17, 2026 16:38
bastianallgeier
approved these changes
Aug 17, 2026
All core fields are PHP classes now. This removes the array-based definitions in `/config/fields` together with their mixins and the `legacy-*` type aliases that kept them reachable.
The `k-legacy-*` component aliases only existed to render the array-based field definitions. With those gone, the aliases and the four wrapper components they pointed at are no longer reachable.
`Kirby\Cms\Picker` and its `FilePicker`, `PagePicker` and `UserPicker` subclasses were only used by the `filepicker`, `pagepicker` and `userpicker` field mixins.
bastianallgeier
force-pushed
the
v6/refact/lecay-fields/1-remove-core-legacy-fields
branch
from
August 18, 2026 07:40
d4b79ea to
494df27
Compare
distantnative
deleted the
v6/refact/lecay-fields/1-remove-core-legacy-fields
branch
August 18, 2026 08:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Review
Changelog
🚨 Breaking changes
Cms\Pickerand its subclasses got removedFor review team