Skip to content

Commit

Permalink
Cleanup tocnav info
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 2, 2020
1 parent 016aaef commit e0a7103
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Tabs/schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Tab = {
{
id: 'default',
title: 'Default',
fields: ['title'], // , 'tocnav_view'
fields: ['title'],
},
],

Expand All @@ -13,10 +13,6 @@ export const Tab = {
type: 'string',
title: 'Title',
},
// tocnav_view: {
// title: 'Enable/Disable TOC navigation view',
// type: 'boolean',
// },
},

required: ['title'],
Expand Down

0 comments on commit e0a7103

Please sign in to comment.