From 4c12b4c6c58187afeda125fc772a22ea372b545d Mon Sep 17 00:00:00 2001 From: Manuel Meister Date: Thu, 2 Nov 2023 12:13:21 +0100 Subject: [PATCH] BUGFIX: broken references in NeosFusionReference.rst Neos.Fusion:Tag and Neos.Fusion:DataStructure references were broken, as well as some other minor typos. --- Neos.Neos/Documentation/References/NeosFusionReference.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Neos.Neos/Documentation/References/NeosFusionReference.rst b/Neos.Neos/Documentation/References/NeosFusionReference.rst index d9bcffe89b4..4a163e6d179 100644 --- a/Neos.Neos/Documentation/References/NeosFusionReference.rst +++ b/Neos.Neos/Documentation/References/NeosFusionReference.rst @@ -474,7 +474,7 @@ Example:: value = ${1+2} } -.. _Neos_Fusion__Tag: +.. _Neos_Fusion__DataStructure: Neos.Fusion:DataStructure @@ -694,7 +694,7 @@ Neos.Fusion:Link.Resource Renders a link pointing to a resource :content: (string) content of the link tag -:href: (string, default :ref:`Neos_Fusion__ResouceUri`) The href for the link tag +:href: (string, default :ref:`Neos_Fusion__ResourceUri`) The href for the link tag :[key]: (string) Other attributes for the link tag Example:: @@ -1038,7 +1038,7 @@ The following fusion properties are passed over to :ref:`Neos_Neos__DimensionsMe :renderHiddenInIndex: (boolean, default **true**) If TRUE, render nodes which are marked as "hidded-in-index" :calculateItemStates: (boolean) activate the *expensive* calculation of item states defaults to ``false`` -.. note:: The ``items`` of the ``DimensionsMenu`` are internally calculated with the prototype :ref:`Neos_Neos__DimensionsMenuMenuItems` which +.. note:: The ``items`` of the ``DimensionsMenu`` are internally calculated with the prototype :ref:`Neos_Neos__DimensionsMenuItems` which you can use directly aswell. .. note:: The ``rendering`` of the ``DimensionsMenu`` is performed with the prototype :ref:`Neos_Neos__MenuItemListRenderer`.