Skip to content

Commit

Permalink
[TASK] More precise information on the processor options
Browse files Browse the repository at this point in the history
  • Loading branch information
Smove committed Mar 3, 2023
1 parent 6b72645 commit 3d55715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The TypoScript is necessary to define the rendering of the container in the fron
| `contentId` | id of container to to process | current uid of content element ``$cObj->data['uid']`` | ``?ìnt`` |
| `colPos` | colPos of children to to process | empty, all children are processed (as ``children_<colPos>``) | ``?int`` |
| `as` | variable to use for proceesedData (only if ``colPos`` is set) | ``children`` | ``?string`` |
| `skipRenderingChildContent` | do not call ``ContentObjectRenderer->render()`` for children, (``renderedContent`` in child will be empty) | empty | ``?int`` |
| `skipRenderingChildContent` | do not call ``ContentObjectRenderer->render()`` for children, (``renderedContent`` in child will not exist) | empty | ``?int`` |

### Template

Expand Down

0 comments on commit 3d55715

Please sign in to comment.