Update src/docs/markdown/extending-caddy/placeholders.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
a 2024-08-21 14:05:57 -05:00 committed by GitHub
parent bcd6694039
commit 31eec04425
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ title: "Placeholder Support"
# Placeholders # Placeholders
In Caddy, placeholders are processed by each individual plugin themselves. They are not parsed at config time, but instead preserved and processed at runtime. In Caddy, placeholders are processed by each individual plugin as needed; they do not automatically work everywhere.
This means that if you wish for your plugin to support placeholders, you must explicitly add support for them. This means that if you wish for your plugin to support placeholders, you must explicitly add support for them.