fix: remove special menu

This commit is contained in:
lawvs
2022-09-15 19:09:45 +08:00
parent 85a2f1d6d6
commit c5a6e94a71
2 changed files with 8 additions and 15 deletions
@@ -68,11 +68,12 @@ export const menuItemsMap: {
type: Protocol.Block.Type.text,
icon: TextIcon,
},
{
text: 'Page',
type: 'page',
icon: PagesIcon,
},
// the Page block should not be inserted
// {
// text: 'Page',
// type: Protocol.Block.Type.page,
// icon: PagesIcon,
// },
{
text: 'Heading 1',
type: Protocol.Block.Type.heading1,