Hello everyone,
My company wants to use corteza as the main place to incorporate our services and other things and so the need for other UI blocks started showing up and i has tasked with figure out how we could develop them.
Custom Ui Blocks
navigational page block
Now i have seen this older post and checked how others implement the blocks to try to get a better idea of how it is done. Im aware that currently mine probably doesnt follow the usual structure yet but its something i will work on.
I made a fork repo and based on the code i saw i made a small component meant to show just some text (its static, i just wanted to see how it works) but i didnt have much luck since when i try the code i cant see it on the selector.
This is probably my fault, since im not used to working with some of these things so im sorry if its something simple but thanks for all the help.
Maybe i need to change the packages so that i use the ones i have locally instead of the online ones or im doing the docker images wrong so if anyone could help me with that i would appreciate it.
Just to make sure, i didnt forget any files im going to write down the list of the ones i changed:
i made the base.vue component inside the pageblocks
i added the label, block and image ro the selector
i imported it and added it to the register in index.js and also imported the image to the other index.js
in index.ts i exported the pageblock
and created a box.ts for the page block too
Again thanks for any help and sorry for causing problems