Hello!
I’m trying to create a plugin for me and my team that allows 1) Creates a bunch of pages that we use all the time 2) import our cover component on the first page so people can change it to whatever suits the project.
Creating the pages was pretty easy ☑️
When trying to import the component I referred to the documentation and found importComponentByKeyAsync
but I’m not quite sure how to use it properly. I was able to locate the component key so that part I have. I did try and look at a couple of other topics to see if I could see how others were doing it but all the others are trying to manipulate the component after they get it in while I’m just trying to do a straight import.
Sorry for being a complete n00b but any help would be appreciated