FEATURE: Metadata editor support - #296
Draft
Sebobo wants to merge 42 commits into
Draft
Conversation
Sebobo
force-pushed
the
feature/metadata-editor-support
branch
from
April 16, 2026 17:05
d85f681 to
1c9a2d1
Compare
…opertyName mapping
… parent dimension fallback
The uploadFiles mutation requires assetSourceId in the schema, but the client query never declared or sent it, causing every upload to fail GraphQL validation. useUploadFiles now sources it via useSelectedAssetSource(), matching the pattern used for replaceAsset.
Sebobo
force-pushed
the
feature/metadata-editor-support
branch
from
August 31, 2026 05:02
2620cdd to
3df884f
Compare
This also gives more flexibility for faster and more precise queries.
With this change the Neos.MetaData provided data is part of the asset schema. In Addition the metadata is now shown in a separate inspector group. The previously named „metadata“ view is now the „ResourceInspector“.
This change fixes the disabled state, removes duplicated code and make all action buttons separate components and have a common button component
Sebobo
force-pushed
the
feature/metadata-editor-support
branch
3 times, most recently
from
September 4, 2026 13:29
8c5a0bc to
7f18b54
Compare
Sebobo
force-pushed
the
feature/metadata-editor-support
branch
from
September 4, 2026 13:55
7f18b54 to
23d1b73
Compare
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.
With this change the Neos.Metadata v2 package is detected and enables the editing of custom metadata in the Media.Ui with the following features:
captionandcopyrightNoticefields.Resolves: #264
Relates: #31