legacySideBarPlugin
Hide the plugin rail and show a single sidebar with stacked āComponentsā and āOutlineā sections. This will not affect mobile behavior.
import { Puck, legacySideBarPlugin } from "@measured/puck";
const legacySideBar = legacySideBarPlugin();
export function Editor() {
return <Puck plugins={[legacySideBar]} />;
}Params
This plugin does not accept any params.