Skip to content

Commit

Permalink
[Backport 13.4] Fix Wizard Registration example (#1186)
Browse files Browse the repository at this point in the history
Fix Wizard Registration example

Co-authored-by: Jan Delius <[email protected]>
  • Loading branch information
github-actions[bot] and Smove authored Oct 19, 2024
1 parent 2a901a7 commit 809ac5c
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 809ac5c

Please sign in to comment.