We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26515 commit ccc1289Copy full SHA for ccc1289
reference/configuration/framework.rst
@@ -272,6 +272,7 @@ Configuration
272
* `strict_email`_
273
* `translation_domain`_
274
275
+* `web_link`_
276
* `workflows`_
277
278
* :ref:`enabled <reference-workflows-enabled>`
@@ -2994,6 +2995,17 @@ recipients set in the code.
2994
2995
]);
2996
};
2997
2998
+
2999
+web_link
3000
+~~~~~~~~
3001
3002
+enabled
3003
+.......
3004
3005
+**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation
3006
3007
+Adds a Link HTTP header to the response.
3008
3009
workflows
3010
~~~~~~~~~
3011
0 commit comments