Portable Links Feature (portable_links
)
Settings that control the site’s portable links feature.
JSON Schema
Definition
{
"$id": "https://platen.io/modules/platen/config/site/features/portable_links/schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Settings that control the site's portable links feature.\n\nhttps://platen.io/modules/platen/config/site/features/portable_links/",
"properties": {
"enabled": {
"default": true,
"description": "Choose whether the site uses portable links\n\nhttps://platen.io/modules/platen/config/site/features/portable_links/#enabled",
"title": "Enable Portable Links",
"type": "boolean"
}
},
"title": "Portable Links Feature",
"type": "object"
}
Enable Portable Links (enabled
)
Choose whether the site uses portable links. The default is true
.
This feature allows you to reference markdown and images by file-relative paths instead of
requiring you to use the ref
and relref
shortcodes.