Skip to content

Commit b421d2f

Browse files
committed
minor #153 Add Caddy server config files to the list of known formats (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Add Caddy server config files to the list of known formats Here: symfony/symfony-docs#18151 we've merged a PR that uses `caddy` as a config format name. So, let's add support for it. Commits ------- ee62e63 Add Caddy server config files to the list of known formats
2 parents 544f4bd + ee62e63 commit b421d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Directive/ConfigurationBlockDirective.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
class ConfigurationBlockDirective extends SubDirective
1919
{
2020
private const LANGUAGE_LABELS = [
21+
'caddy' => 'Caddy'
2122
'env' => 'Bash',
2223
'html+jinja' => 'Twig',
2324
'html+php' => 'PHP',

0 commit comments

Comments
 (0)