Skip to content

Commit

Permalink
[TASK] Regenerate ViewHelper documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jul 13, 2024
1 parent dbd09b6 commit c45c735
Show file tree
Hide file tree
Showing 205 changed files with 1,445 additions and 625 deletions.
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Asset.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: asset
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-asset:

=====
asset
=====
==============================
asset ViewHelper `<vhs:asset>`
==============================


Basic Asset ViewHelper
Expand Down Expand Up @@ -44,6 +45,9 @@ features shared by every Asset type:
you will find a complete list in the README.md file in the
root of the extension folder.


.. _fluidtypo3-vhs-asset_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Asset/Prefetch.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: asset.prefetch
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-asset-prefetch:

==============
asset.prefetch
==============
================================================
asset.prefetch ViewHelper `<vhs:asset.prefetch>`
================================================


Asset DNS Prefetching ViewHelper
Expand Down Expand Up @@ -39,6 +40,9 @@ Example usage:

See: https://developer.mozilla.org/en-US/docs/Controlling_DNS_prefetching


.. _fluidtypo3-vhs-asset-prefetch_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Asset/Script.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: asset.script
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-asset-script:

============
asset.script
============
============================================
asset.script ViewHelper `<vhs:asset.script>`
============================================


Basic Script ViewHelper
Expand All @@ -13,6 +14,9 @@ Basic Script ViewHelper
Allows inserting a `<script>` Asset. Settings specify
where to insert the Asset and how to treat it.


.. _fluidtypo3-vhs-asset-script_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Asset/Style.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: asset.style
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-asset-style:

===========
asset.style
===========
==========================================
asset.style ViewHelper `<vhs:asset.style>`
==========================================


Basic Style ViewHelper
Expand All @@ -13,6 +14,9 @@ Basic Style ViewHelper
Allows inserting a `<link>` or `<style>` Asset. Settings
specify where to insert the Asset and how to treat it.


.. _fluidtypo3-vhs-asset-style_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Call.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: call
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-call:

====
call
====
============================
call ViewHelper `<vhs:call>`
============================


Call ViewHelper
Expand All @@ -25,6 +26,9 @@ Examples
<!-- arguments for the method -->
<v:call object="{object}" method="doSomethingWithArguments" arguments="{0: 'foo', 1: 'bar'}" />


.. _fluidtypo3-vhs-call_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Context/IsBackend.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.context.isBackend
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-context-isbackend:

===========================
condition.context.isBackend
===========================
==========================================================================
condition.context.isBackend ViewHelper `<vhs:condition.context.isBackend>`
==========================================================================


Condition: Is context Backend?
Expand Down Expand Up @@ -32,6 +33,9 @@ Examples
</f:else>
</v:condition.context.isBackend>


.. _fluidtypo3-vhs-condition-context-isbackend_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Context/IsCli.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.context.isCli
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-context-iscli:

=======================
condition.context.isCli
=======================
==================================================================
condition.context.isCli ViewHelper `<vhs:condition.context.isCli>`
==================================================================


Condition: Is context CLI?
Expand Down Expand Up @@ -32,6 +33,9 @@ Examples
</f:else>
</v:condition.context.isCli>


.. _fluidtypo3-vhs-condition-context-iscli_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Context/IsDevelopment.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.context.isDevelopment
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-context-isdevelopment:

===============================
condition.context.isDevelopment
===============================
==================================================================================
condition.context.isDevelopment ViewHelper `<vhs:condition.context.isDevelopment>`
==================================================================================


Context: IsDevelopment
Expand All @@ -21,6 +22,9 @@ It can be set by .htaccess or in the server configuration

See: http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Bootstrapping/Index.html#bootstrapping-context


.. _fluidtypo3-vhs-condition-context-isdevelopment_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Context/IsFrontend.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.context.isFrontend
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-context-isfrontend:

============================
condition.context.isFrontend
============================
============================================================================
condition.context.isFrontend ViewHelper `<vhs:condition.context.isFrontend>`
============================================================================


Condition: Is context Frontend?
Expand Down Expand Up @@ -32,6 +33,9 @@ Examples
</f:else>
</v:condition.context.isFrontend>


.. _fluidtypo3-vhs-condition-context-isfrontend_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Context/IsProduction.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.context.isProduction
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-context-isproduction:

==============================
condition.context.isProduction
==============================
================================================================================
condition.context.isProduction ViewHelper `<vhs:condition.context.isProduction>`
================================================================================


Context: IsProduction
Expand All @@ -21,6 +22,9 @@ It can be set by .htaccess or in the server configuration

See: http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Bootstrapping/Index.html#bootstrapping-context


.. _fluidtypo3-vhs-condition-context-isproduction_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Context/IsTesting.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.context.isTesting
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-context-istesting:

===========================
condition.context.isTesting
===========================
==========================================================================
condition.context.isTesting ViewHelper `<vhs:condition.context.isTesting>`
==========================================================================


Context: IsProduction
Expand All @@ -21,6 +22,9 @@ It can be set by .htaccess or in the server configuration

See: http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Bootstrapping/Index.html#bootstrapping-context


.. _fluidtypo3-vhs-condition-context-istesting_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Form/HasValidator.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.form.hasValidator
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-form-hasvalidator:

===========================
condition.form.hasValidator
===========================
==========================================================================
condition.form.hasValidator ViewHelper `<vhs:condition.form.hasValidator>`
==========================================================================


Form: Field Has Validator?
Expand All @@ -13,6 +14,9 @@ Form: Field Has Validator?
Takes a property (dotted path supported) and renders the
then-child if the property at the given path has any


.. _fluidtypo3-vhs-condition-form-hasvalidator_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Form/IsRequired.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.form.isRequired
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-form-isrequired:

=========================
condition.form.isRequired
=========================
======================================================================
condition.form.isRequired ViewHelper `<vhs:condition.form.isRequired>`
======================================================================


Is Field Required ViewHelper (condition)
Expand All @@ -13,6 +14,9 @@ Is Field Required ViewHelper (condition)
Takes a property (dotted path supported) and renders the
then-child if the property at the given path has an


.. _fluidtypo3-vhs-condition-form-isrequired_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Iterator/Contains.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.iterator.contains
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-iterator-contains:

===========================
condition.iterator.contains
===========================
==========================================================================
condition.iterator.contains ViewHelper `<vhs:condition.iterator.contains>`
==========================================================================


Condition ViewHelper. Renders the then-child if Iterator/array
Expand All @@ -17,6 +18,9 @@ Example:

{v:condition.iterator.contains(needle: 'foo', haystack: {0: 'foo'}, then: 'yes', else: 'no')}


.. _fluidtypo3-vhs-condition-iterator-contains_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Page/HasSubpages.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.page.hasSubpages
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-page-hassubpages:

==========================
condition.page.hasSubpages
==========================
========================================================================
condition.page.hasSubpages ViewHelper `<vhs:condition.page.hasSubpages>`
========================================================================


Condition: Page has subpages
Expand All @@ -16,6 +17,9 @@ disabled subpages are considered non existent which can be overridden
by setting $includeHidden to TRUE. To include pages that are hidden
in menus set $showHiddenInMenu to TRUE.


.. _fluidtypo3-vhs-condition-page-hassubpages_arguments:

Arguments
=========

Expand Down
10 changes: 7 additions & 3 deletions Documentation/ViewHelpers/Condition/Page/IsChildPage.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:navigation-title: condition.page.isChildPage
.. include:: /Includes.rst.txt

.. _fluidtypo3-vhs-condition-page-ischildpage:

==========================
condition.page.isChildPage
==========================
========================================================================
condition.page.isChildPage ViewHelper `<vhs:condition.page.isChildPage>`
========================================================================


Condition: Page is child page
Expand All @@ -15,6 +16,9 @@ page or page with provided UID is a child of some other page in
the page tree. If $respectSiteRoot is set to TRUE root pages are
never considered child pages even if they are.


.. _fluidtypo3-vhs-condition-page-ischildpage_arguments:

Arguments
=========

Expand Down
Loading

0 comments on commit c45c735

Please sign in to comment.