[DataObject] Add searchPath option to Image, Hotspotimage & ImageGallery - #19364
Draft
cancan101 wants to merge 1 commit into
Draft
[DataObject] Add searchPath option to Image, Hotspotimage & ImageGallery#19364cancan101 wants to merge 1 commit into
cancan101 wants to merge 1 commit into
Conversation
Adds a new "searchPath" class-definition setting next to "uploadPath" for the image-flavored data types. While uploadPath only targets inline uploads, searchPath lets the asset search dialog of the field open pre-scoped to a configured asset folder (as a visible, user-clearable filter — a soft default, not a restriction). The property is serialized to the UI automatically via the public-props JSON serialization, so the admin UIs (Studio / classic) can consume it from the field configuration. Refs pimcore#17157 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rf6z83yKPGdQKoVS5B2UeT
Review Checklist
|
pimcore-deployments
marked this pull request as draft
August 14, 2026 21:12
Collaborator
|
🚫 Issue-link guardrail failed — this PR has been converted to draft. Every PR must reference a tracking issue in
Add the link with a keyword in the PR description (not in a comment): https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests When fixed, press Ready for review to re-run the checks. |
Collaborator
|
🚫 CI & merge-readiness guardrail failed — this PR has been converted to draft. A PR can only be merged when it has no conflicts with the base branch and all CI checks pass.
When fixed, press Ready for review to re-run the checks. |
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.
Adds a new "searchPath" class-definition setting next to "uploadPath" for the image-flavored data types. While uploadPath only targets inline uploads, searchPath lets the asset search dialog of the field open pre-scoped to a configured asset folder (as a visible, user-clearable filter — a soft default, not a restriction).
The property is serialized to the UI automatically via the public-props JSON serialization, so the admin UIs (Studio / classic) can consume it from the field configuration.
Changes in this pull request
Resolves #17157
Additional info
Additional info: UI support implemented in pimcore/studio-ui-bundle#3993, the property is inert without it.