mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-14 10:55:57 +00:00
Added a snippet for half class table gen
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
tooltip : 'Table',
|
||||
icon : 'fa-list',
|
||||
icon : 'fa-th-list',
|
||||
snippet : function(){
|
||||
return [
|
||||
"##### Cookie Tastiness",
|
||||
@@ -58,7 +58,12 @@ module.exports = [
|
||||
{
|
||||
tooltip : "Class Table",
|
||||
icon : 'fa-table',
|
||||
snippet : ClassTableGen,
|
||||
snippet : ClassTableGen.full,
|
||||
},
|
||||
{
|
||||
tooltip : "Half Class Table",
|
||||
icon : 'fa-list-alt',
|
||||
snippet : ClassTableGen.half,
|
||||
},
|
||||
{
|
||||
tooltip : "Column Break",
|
||||
|
||||
Reference in New Issue
Block a user