Add number, numbered shortcode params

This commit is contained in:
Will Faught
2023-01-19 21:46:07 -08:00
parent d718943648
commit 025935f6bd
10 changed files with 80 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
{{ $maxheight := .maxheight }}
{{ $maxwidth := .maxwidth }}
{{ $method := .method }}
{{ $number := .number }}
{{ $numbered := .numbered }}
{{ $options := .options }}
{{ $page := .page }}
{{ $raw := .raw }}
@@ -43,5 +45,7 @@
"height" $height
"maxheight" $maxheight
"maxwidth" $maxwidth
"number" $number
"numbered" $numbered
"width" $width
) }}