-
Notifications
You must be signed in to change notification settings - Fork 15
Add admin tools data template #358
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
base: main
Are you sure you want to change the base?
Conversation
- Rename template directory from admin-search-data to admin-tools-data - Rename SearchData.liquid to ToolsData.liquid - Update target name in shopify.extension.toml.liquid - Update README references
🎩 Tophat
|
af3fb07 to
f128e5b
Compare
admin-tools/package.json.liquid
Outdated
| "version": "1.0.0", | ||
| "license": "UNLICENSED", | ||
| "dependencies": { | ||
| "@shopify/ui-extensions": "0.0.0-snapshot-20260114193753" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@shopify/ui-extensions": "0.0.0-snapshot-20260114193753"
Snapshot used for tophatting purposes; we'll resolve this to 2025-10-x, or 2026-10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated this just now, but Cloudsmith publishing can take several hours. We'll check this again come Monday Tuesday
Follow-up extension template additions
|
Warning
DON'T MERGE UNTIL
admin.app.tools.dataui-extensionsversionminimumCliVersiononce Donald's PR ships"organizationExpFlags": ["d7c1b4ad"],code added to this PRurlpropertyBackground
Adds an extension template for admin app tools (shopify.dev docs for the unreleased feature).
GSD projects:
original, just for announcing/shipping the docs
new project proposal for tracking implementation
closes https://github.com/shop/issues-admin-extensibility/issues/2128
Solution
Adds new
Admin app toolsextension type, implementing what is shown/documented in the relevant shopify.dev docs for this new app extension type.Checklist
References
admin-search-datatemplate #356