Skip to content

Commit eb1303d

Browse files
committed
minor #14748 [FrameworkBundle][WebLink] Config reference for the WebLink component (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle][WebLink] Config reference for the WebLink component This has been missing for a good while Commits ------- ccc1289 [FrameworkBundle][WebLink] Config reference for the WebLink component
2 parents 62663fb + ccc1289 commit eb1303d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/configuration/framework.rst

+12
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ Configuration
278278
* `strict_email`_
279279
* `translation_domain`_
280280

281+
* `web_link`_
281282
* `workflows`_
282283

283284
* :ref:`enabled <reference-workflows-enabled>`
@@ -3025,6 +3026,17 @@ recipients set in the code.
30253026
]);
30263027
};
30273028
3029+
3030+
web_link
3031+
~~~~~~~~
3032+
3033+
enabled
3034+
.......
3035+
3036+
**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation
3037+
3038+
Adds a Link HTTP header to the response.
3039+
30283040
workflows
30293041
~~~~~~~~~
30303042

0 commit comments

Comments
 (0)