mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-01 06:51:28 +01:00
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
|
title: path
|
||
|
---
|
||
|
summary: The path in the source tree of the source object.
|
||
|
---
|
||
|
type: property
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
For source objects that have a file system representation this resolves to
|
||
|
the path that can be used to uniquely query the object via the database.
|
||
|
|
||
|
For some source objects (like assets or source objects from plugins) the path
|
||
|
will be `None` as the object cannot be queried (it's virtual).
|