Skip to content

Commit

Permalink
[TASK] Remove extra link to developing custom ViewHelpers (#1961)
Browse files Browse the repository at this point in the history
There are 2 references to developing custom ViewHelpers on
the page. Here, we remove one of the references.
  • Loading branch information
sypets authored Jul 13, 2022
1 parent 168d1d3 commit 3b1f56f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/ApiOverview/Fluid/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ ViewHelpers:
`<foo:bar foo="bar">`. A corresponding file `ViewHelpers/BarViewHelper.php`
with the methods `initializeArguments` and `render` contains the HTML generation logic.
ViewHelpers are Fluid components which make a function call to PHP from inside of a template.
TYPO3 adds some more ViewHelpers for TYPO3 specific functionality. And, you can
:ref:`write your own <fluid-custom-viewhelper>`.
TYPO3 adds some more ViewHelpers for TYPO3 specific functionality.

ViewHelpers can do simple processing such as remove spaces with the
:ref:`t3viewhelper:typo3fluid-fluid-spaceless` ViewHelper or create a link
Expand Down

0 comments on commit 3b1f56f

Please sign in to comment.