Skip to content

Commit 78a0ea5

Browse files
committed
feat: add filesystem to placeholder docs
1 parent 34c1c20 commit 78a0ea5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/frontend/content/docs/concepts/placeholders.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,15 @@ Returns a Unix timestamp that indicates when the extension was installed.
167167

168168
Uncategorized and advanced placeholders that do various things.
169169

170+
#### Filesystem
171+
172+
Returns the extension's filesystem name, for both public and private filesystems. Learn more about filesystems in the [Storing files document](/docs/concepts/filesystem).
173+
174+
| Placeholder | Output | Modifier |
175+
| -------------- | ----------------------------- | ---------------------------- |
176+
| `{fs}` | blueprint:myextension | |
177+
| `{fs/private}` | blueprint_private:myextension | Private filesystem variation |
178+
170179
#### Random
171180

172181
This placeholder will be replaced with a 'random' number. This number is determined **once per file**. Random numbers may vary in length, so parse wisely.

0 commit comments

Comments
 (0)