Skip to content

Commit

Permalink
[Backport 12.4] Add missing quote in PHP code (#853)
Browse files Browse the repository at this point in the history
Add missing quote in PHP code

Co-authored-by: Daniel Corn <[email protected]>
  • Loading branch information
github-actions[bot] and cundd authored Nov 11, 2023
1 parent 823d503 commit 4ad6542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ColumnsConfig/Type/Group/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with lots of re-usable child records, and if :ref:`type='inline' <columns-inline

This type is very flexible in its display options with all its different
:ref:`fieldControl <columns-group-properties-fieldControl>` and
:ref:`fieldWizard <tca_property_fieldWizard>` options. A lot of them are available by default, however they must be enabled: :php:`disabled' => 'false'`
:ref:`fieldWizard <tca_property_fieldWizard>` options. A lot of them are available by default, however they must be enabled: :php:`'disabled' => 'false'`

Most common usage is to model database relations (n:1 or n:m).
The property :ref:`allowed <columns-group-properties-allowed>` is required, to
Expand Down

0 comments on commit 4ad6542

Please sign in to comment.