Change error message custom metafield required
See original GitHub issueI have two fields that are required in metadata and that are customs: date and time of video recording.
Is it possible to modify the error message to a custom one?
I try the function, but still showing the default error message from the image above.
uppy.on('restriction-failed', (file, error) => {
if(error){
//uppy.info("Enter date and time of video recording");
}
})
I’d appreciate your help ☺
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Fixing metafield validation errors - Shopify Help Center
Edit metafield values to fix validation errors by using the bulk editor.
Read more >Validation options - Shopify.dev
You can include a validation option for a metafield definition using the validation name and a corresponding value . The appropriate value depends...
Read more >Shopify Metafields - How to use Custom Fields - YouTube
Shopify Metafields and how to use them with the online store 2.0 updates. A brand new native solution for adding custom fields!
Read more >How to Add Custom Fields in Shopify (Online Store 2.0)
In this video, you'll learn how to set up metafields in your online store, edit them from within the product admin page and...
Read more >Metafield definitions in Shopify - Helium Dev Help Center
That being said, if you do want to display or edit custom data directly in the Shopify admin then you'll need to recreate...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Merged! Closing this for now, we can revisit once we re-design the missing required metafield UI. Thanks.
Yes, you can create a pull request and add and translate these to the
es_ES.js
:https://github.com/transloadit/uppy/blob/a3b35f03bdbd03f4c43960b81ffecafff6edd8df/packages/%40uppy/locales/src/en_US.js#L82-L83