[Docs]: Define `:path` url-placeholder in sample plugin [skip ci]
This commit is contained in:
parent
56bbf58911
commit
0cbcf93779
|
@ -87,6 +87,7 @@ module SamplePlugin
|
||||||
# Placeholders that are used in constructing page URL.
|
# Placeholders that are used in constructing page URL.
|
||||||
def url_placeholders
|
def url_placeholders
|
||||||
{
|
{
|
||||||
|
:path => @dir,
|
||||||
:category => @dir,
|
:category => @dir,
|
||||||
:basename => basename,
|
:basename => basename,
|
||||||
:output_ext => output_ext,
|
:output_ext => output_ext,
|
||||||
|
|
Loading…
Reference in New Issue