%PDF- %PDF-
| Direktori : /home/dopla/www/wp-content/plugins/ml-slider/extendify-sdk/src/util/ |
| Current File : /home/dopla/www/wp-content/plugins/ml-slider/extendify-sdk/src/util/templateInjection.js |
import { dispatch } from '@wordpress/data'
export function injectTemplateBlocks(blocks, templateRaw) {
const { insertBlocks } = dispatch('core/block-editor')
return insertBlocks(blocks).then(() => {
window.dispatchEvent(
new CustomEvent('extendify-sdk::template-inserted', {
detail: {
template: templateRaw,
},
bubbles: true,
}),
)
})
}