Skip to content
Discussion options

You must be logged in to vote

You can check the component type

this.editor.on(`component:add`, (component) => { 
  if (component.is('mchn-product-card')) {
    // ...
  }
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@giltee
Comment options

Answer selected by giltee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants