0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 20:52:40 +00:00

Fix merge

This commit is contained in:
Trevor Buckner
2021-09-21 22:59:25 -04:00
parent 5f11607358
commit 3c1ecf1292

View File

@@ -204,6 +204,16 @@ module.exports = [
icon : 'fas fa-table', icon : 'fas fa-table',
view : 'text', view : 'text',
snippets : [ snippets : [
{
name : 'Class Table',
icon : 'fas fa-table',
gen : ClassTableGen.full,
},
{
name : 'Half Class Table',
icon : 'fas fa-list-alt',
gen : ClassTableGen.half,
},
{ {
name : 'Table', name : 'Table',
icon : 'fas fa-th-list', icon : 'fas fa-th-list',