Maksim
Results
1
comments of
Maksim
How to Package Angular Elements based Custom Component for Use in form.io Portal [Custom Components]
Hello @tvaidyan You can do it by specifying a static get method inside your custom component 'builderInfo'. Simple example: ``` static get builderInfo() { return { title: 'Your cstom component...