.. include:: /Includes.rst.txt .. _feature-84120: ======================================================== Feature: #84120 - Absolute URLs for typolink ViewHelpers ======================================================== See :issue:`84120` Description =========== The new parameter `absolute` has been added to the Fluid ViewHelpers `` and ``, allowing to generate absolute links, like other ViewHelpers used for linking handle it already. Impact ====== It is now possible to add the `absolute` parameter to the ViewHelpers above. .. code-block:: html Link To My Page generates .. code-block:: html Link to My Page https://www.mydomain.com/index.php?id=23 .. index:: Fluid, ext:fluid