0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Move snippet to "Text Editor" group

This commit is contained in:
Trevor Buckner
2023-05-31 09:33:01 -04:00
parent 66b827ee2f
commit 37abc38426

View File

@@ -33,6 +33,12 @@ module.exports = [
name : 'Table of Contents',
icon : 'fas fa-book',
gen : TableOfContentsGen
},
{
name : 'Index',
icon : 'fas fa-bars',
gen : indexGen,
experimental : true
}
]
},
@@ -210,13 +216,7 @@ module.exports = [
}}
\n`;
},
},
{
name : 'Index',
icon : 'fas fa-bars',
gen : indexGen,
experimental : true
},
}
]
},