Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: broken references in NeosFusionReference.rst #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Neos.Neos/Documentation/References/NeosFusionReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Example::
value = ${1+2}
}

.. _Neos_Fusion__Tag:
.. _Neos_Fusion__DataStructure:


Neos.Fusion:DataStructure
Expand Down Expand Up @@ -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::
Expand Down Expand Up @@ -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`.
Expand Down