Skip to content

Commit 3e0f96f

Browse files
Fix hidden extbase note (#6326)
The note at the end of section "Typed vs. untyped properties in Extbase models" is hidden, due to missing line-break.
1 parent 4f59f55 commit 3e0f96f

File tree

1 file changed

+2
-1
lines changed
  • Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Model

1 file changed

+2
-1
lines changed

Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Model/Index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ to avoid data mapping errors.
137137
Nullable and `Union types <https://docs.typo3.org/permalink/t3coreapi:extbase-model-properties-union-types>`_
138138
are also supported.
139139

140-
.. note:: Typed properties are strongly encouraged in all new TYPO3 extensions.
140+
.. note::
141+
Typed properties are strongly encouraged in all new TYPO3 extensions.
141142

142143
.. _extbase-model-properties-default-values:
143144

0 commit comments

Comments
 (0)