Merge pull request #15414 from dagda1/add-scaffolder-layouts-to-next-scaffolder-page

Add scaffolder layouts to next scaffolder page
This commit is contained in:
Ben Lambert
2023-01-23 15:35:09 +01:00
committed by GitHub
31 changed files with 400 additions and 107 deletions
+3
View File
@@ -244,6 +244,9 @@ const routes = (
<ScaffolderFieldExtensions>
<DelayingComponentFieldExtension />
</ScaffolderFieldExtensions>
<ScaffolderLayouts>
<TwoColumnLayout />
</ScaffolderLayouts>
</Route>
<Route path="/explore" element={<ExplorePage />} />
<Route