Skip to content

Commit

Permalink
[TASK] Update XSD schema
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Sep 5, 2024
1 parent 8863735 commit a717954
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Resources/Private/Schemas/Vhs.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@ Renders the value of a PHP constant
<xsd:element name="content.get">
<xsd:annotation>
<xsd:documentation><![CDATA[ViewHelper used to render get content elements in Fluid templates

Does not work in the TYPO3 backend.
/]]></xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
Expand Down Expand Up @@ -10093,7 +10095,11 @@ but all the translated labels.
</xsd:element>
<xsd:element name="resource.record">
<xsd:annotation>
<xsd:documentation><![CDATA[Generic FAL resource ViewHelper
<xsd:documentation><![CDATA[Generic FAL resource ViewHelper.

.. warning::
This view helper must only be used with FAL resources.
It is **not** meant to be used as generic data loading view helper.
/]]></xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
Expand Down

0 comments on commit a717954

Please sign in to comment.