mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 16:52:38 +00:00
Add snippets for page Numbering updates
Adds options to add skipCounting and ResetCounting classes
This commit is contained in:
@@ -32,6 +32,16 @@ module.exports = [
|
|||||||
icon : 'fas fa-sort-numeric-down',
|
icon : 'fas fa-sort-numeric-down',
|
||||||
gen : '{{pageNumber,auto}}\n'
|
gen : '{{pageNumber,auto}}\n'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'Skip Page Number Increment this Page',
|
||||||
|
icon : 'fas fa-forward',
|
||||||
|
gen : '{{skipCounting}}\n'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : 'Restart Numbering',
|
||||||
|
icon : 'fas fa-fast-backward',
|
||||||
|
gen : '{{resetCounting}}\n'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : 'Footer',
|
name : 'Footer',
|
||||||
icon : 'fas fa-shoe-prints',
|
icon : 'fas fa-shoe-prints',
|
||||||
|
|||||||
Reference in New Issue
Block a user