Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input() to handle lib:// asset paths #4621

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

ColdAnkles
Copy link
Contributor

@ColdAnkles ColdAnkles commented Jan 8, 2024

Identify the Bug or Feature request

resolves #4620

Description of the Change

Updates regex to capture asset string and pass through AssetResolver to handle both asset:// and lib:// paths

Possible Drawbacks

None

Documentation Notes

Regex capture includes the 'asset://' OR 'lib://' portion of the URI
Now depends on Asset Resolver

Release Notes

Added ability for Input() to handle lib:// URIs


This change is Reviewable

… icon regex and pass through the AssetResolver to handle library assets as well as standard assets.
@cwisniew cwisniew added this pull request to the merge queue Jan 10, 2024
Merged via the queue into RPTools:develop with commit ea2f0d2 Jan 10, 2024
4 checks passed
@ColdAnkles ColdAnkles deleted the input-img-asset branch January 10, 2024 08:36
@cwisniew cwisniew added the feature Adding functionality that adds value label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding functionality that adds value
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Input() Icon to Accept lib:// image assets
2 participants