🏓Extending Custom Rows with content dialog
Overview
contentDialog: {
externalContentURLs: {
label: 'Search products',
handler: function(resolve, reject) {
// Your function
}
}
}
Understanding the end-user experience

How it works
Initializing the dialog


Returning items to the editor

1. Returning the same name
2. Returning a new name

Live example

Last updated
Was this helpful?

