-
Notifications
You must be signed in to change notification settings - Fork 225
Add support for uploading instructions.md for ui extensions #6747
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?
Add support for uploading instructions.md for ui extensions #6747
Conversation
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3593 tests passing in 1420 suites. Report generated by 🧪jest coverage report action from cdfe500 |
8ff454f to
3eb482f
Compare
henrytao-me
left a comment
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.
3eb482f to
cdfe500
Compare
|
We detected some changes at Caution DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release. |

WHY are these changes introduced?
Fix https://github.com/shop/issues-admin-extensibility/issues/2125
WHAT is this pull request doing?
Adds support for an
instructionsfield in UI extension configuration, similar to the existingtoolsfield. This allows developers to specify a markdown file that contains instructions for using their extension.The changes include:
instructionsto the extension point schemaMeasuring impact
How do we know this change was effective? Please choose one:
Checklist