Skip to content

Commit

Permalink
chore(page-building): enable full insert menu grid view
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Jun 4, 2024
1 parent e549b52 commit 7a49af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/page-building-studio/schemaTypes/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const page = defineType({
options: {
insertMenu: {
layout: 'full',
views: ['grid', 'list'],
groups: [
{
name: 'intro',
Expand Down

0 comments on commit 7a49af9

Please sign in to comment.