What are you trying to accomplish
- Following this doc Extending Builder.io with Plugins
I’m trying to register a custom appTab in the builder side bar using
Builder.register(“appTab”, {
name: “CutstomView”,
path: “customView”,
priority: 1000,
icon: “https://…”,
component: CustomView,
});
in a Next.js project , but the tab does not appear in the Builder UI. No logs appear in the console or network tab. I also attempted loading from ‘/public/plugin.js’ and using plugin and via a separate builder-registry file, but nothing works. Am I missing something in the registration?
The doc doesn’t include much of information, how can we do it please help or give any code example. I have attached the screenshot of required functionality. *
Screenshots or video link
*
*
Code stack you are integrating Builder with
NextJS, react