Hello there,
I like to toggle both “Section” and “Basic” menu on by default.
and there doesn’t seem to have a way to do that in InsertMenuConfig
export interface InsertMenuConfig {
name: string;
priority?: number;
persist?: boolean;
advanced?: boolean;
items: readonly InsertMenuItem[];
}
Thank you for the help.
Hello @tlee-pb ,
The InsertMenuConfig
in Builder.io controls the Insert Menu configuration, but unfortunately, it doesn’t natively support toggling multiple menus (Section
and Basic
) on by default through that interface. You can change the placement of the menu options (example: if you want “Blog” or “Cards” option at the top), but cannot control toggle of two menu items consecutively.
I hope that answers your question.
Regards,