mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
Regroup page numbering snippets, update icons
This commit is contained in:
@@ -22,6 +22,10 @@ module.exports = [
|
|||||||
icon : 'fas fa-file-alt',
|
icon : 'fas fa-file-alt',
|
||||||
gen : '\n\\page\n'
|
gen : '\n\\page\n'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'Page Numbering',
|
||||||
|
icon : 'fas fa-bookmark',
|
||||||
|
subsnippets : [
|
||||||
{
|
{
|
||||||
name : 'Page Number',
|
name : 'Page Number',
|
||||||
icon : 'fas fa-bookmark',
|
icon : 'fas fa-bookmark',
|
||||||
@@ -34,14 +38,16 @@ module.exports = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Skip Page Number Increment this Page',
|
name : 'Skip Page Number Increment this Page',
|
||||||
icon : 'fas fa-forward',
|
icon : 'fas fa-xmark',
|
||||||
gen : '{{skipCounting}}\n'
|
gen : '{{skipCounting}}\n'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Restart Numbering',
|
name : 'Restart Numbering',
|
||||||
icon : 'fas fa-fast-backward',
|
icon : 'fas fa-arrow-rotate-left',
|
||||||
gen : '{{resetCounting}}\n'
|
gen : '{{resetCounting}}\n'
|
||||||
},
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : 'Footer',
|
name : 'Footer',
|
||||||
icon : 'fas fa-shoe-prints',
|
icon : 'fas fa-shoe-prints',
|
||||||
|
|||||||
Reference in New Issue
Block a user