Skip to content

Commit

Permalink
Fix Wizard Registration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Smove authored Oct 16, 2024
1 parent 91760ac commit 76b90e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Ctrl/Examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Register an own node in a :file:`ext_localconf.php`:
Register the new node as `fieldWizard` of `tt_content` table in an
:file:`Configuration/TCA/Overrides/tt_content.php` file:

.. literalinclude:: _CodeSnippets/_WizardRegistration/_ext_localconf.php
.. literalinclude:: _CodeSnippets/_WizardRegistration/_tca_overrides.php
:caption: EXT:my_extension/Configuration/TCA/Overrides/tt_content.php

In PHP, the node has to implement an interface, but can return any additional HTML which is rendered in the
Expand Down

0 comments on commit 76b90e1

Please sign in to comment.