WarningYou're browsing the documentation for an old version of Webiny. Consider upgrading your project to Webiny 5.35.x.Plugin ReferencesForm Builder plugin references.Pluginsform-layoutexport type FbFormLayoutPlugin = Plugin & { type: "form-layout"; layout: { name: string; title: string; component: React.ComponentType<any>; }; };