Skip to content

Commit

Permalink
Add documentation for fieldControl -> rendertype
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Nov 28, 2024
1 parent 6ad4454 commit a88707d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@
button to open an element browser. It is enabled by default if rendering a
group element.

.. confval:: rendertype
:name: group-fieldControl-elementBrowser-rendertype
:type: string
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['rendertype']
:Required: true
:Default: elementBrowser

Use a render type from core or your own. Custom render types can be
registered with the `NodeFactory <https://docs.typo3.org/permalink/t3coreapi:FormEngine-Rendering-NodeFactory>`_.


.. confval:: insertClipboard
:name: group-fieldControl-insertClipboard
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldControl']
Expand Down

0 comments on commit a88707d

Please sign in to comment.