[Docs]: Define `:path` url-placeholder in sample plugin [skip ci]

This commit is contained in:
Ashwin Maroli 2023-02-16 18:51:24 +05:30 committed by GitHub
parent 56bbf58911
commit 0cbcf93779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,