Skip to content

Commit

Permalink
Document that v:content.get does not work in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Aug 19, 2024
1 parent c04bb62 commit 2060558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/ViewHelpers/Content/GetViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

/**
* ViewHelper used to render get content elements in Fluid templates
*
* Does not work in the TYPO3 backend.
*/
class GetViewHelper extends AbstractContentViewHelper
{
Expand Down
1 change: 1 addition & 0 deletions Documentation/ViewHelpers/Content/Get.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ content.get ViewHelper `<vhs:content.get>`

ViewHelper used to render get content elements in Fluid templates

Does not work in the TYPO3 backend.

.. _fluidtypo3-vhs-content-get_arguments:

Expand Down

0 comments on commit 2060558

Please sign in to comment.