Skip to content

Commit

Permalink
[TASK] Set unique names for confvals in datatypes chapter
Browse files Browse the repository at this point in the history
releases: main, 12.4
  • Loading branch information
linawolf authored and github-actions[bot] committed Mar 24, 2024
1 parent c21b901 commit 972be28
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions Documentation/DataTypes/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ align
=====

.. confval:: align
:name: data-type-align

:Default: :typoscript:`left`
:Allowed values: :typoscript:`left`, :typoscript:`center`, :typoscript:`right`
Expand All @@ -43,6 +44,7 @@ boolean
=======

.. confval:: boolean
:name: data-type-boolean

Possible values for boolean variables are `1` and `0`
meaning TRUE and FALSE.
Expand Down Expand Up @@ -70,7 +72,7 @@ case
====

.. confval:: case

:name: data-type-case

Do a case conversion.

Expand Down Expand Up @@ -114,6 +116,7 @@ date-conf
=========

.. confval:: date-conf
:name: data-type-date-conf

Used to format a date, see PHP function :php:`date()`. See the
documentation of `allowed date time formats in
Expand All @@ -134,6 +137,7 @@ degree
======

.. confval:: degree
:name: data-type-degree

`-90` to `90`, integers

Expand All @@ -147,6 +151,7 @@ dir
===

.. confval:: dir
:name: data-type-dir

.. rubric:: Syntax

Expand Down Expand Up @@ -177,6 +182,7 @@ function name
=============

.. confval:: function name
:name: data-type-function-name

Indicates a function or method in a class to call. See more information at
the :ref:`USER cObject <cobj-user>`.
Expand Down Expand Up @@ -238,6 +244,7 @@ GraphicColor
============

.. confval:: GraphicColor
:name: data-type-GraphicColor

.. rubric:: Syntax:

Expand Down Expand Up @@ -271,6 +278,7 @@ imageExtension
==============

.. confval:: imageExtension
:name: data-type-imageExtension

Image extensions can be anything among the allowed types defined in the
global variable :php:`$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']`.
Expand All @@ -295,6 +303,7 @@ imgResource
.. todo: This seems to be a duplicate of Documentation/Functions/Imgresource.rst?
.. confval:: imgResource
:name: data-type-imgResource

#. A :confval:`resource` plus imgResource properties.

Expand Down Expand Up @@ -337,6 +346,7 @@ integer
=======

.. confval:: integer
:name: data-type-integer

.. rubric:: Examples

Expand All @@ -354,6 +364,7 @@ path
====

.. confval:: path
:name: data-type-path


Path relative to the root directory from which we operate.
Expand All @@ -374,6 +385,7 @@ pixels
======

.. confval:: pixels
:name: data-type-pixels

pixel-distance

Expand All @@ -392,6 +404,7 @@ positive integer
================

.. confval:: positive integer
:name: data-type-positive-integer


Positive :confval:`integer`.
Expand All @@ -408,6 +421,7 @@ resource
========

.. confval:: resource
:name: data-type-resource

If the value contains a "/", it is expected to be a reference (absolute or
relative) to a file in the file system. There is no support for wildcard
Expand All @@ -429,6 +443,7 @@ strftime-conf
=============

.. confval:: strftime-conf
:name: data-type-strftime-conf

See function `strftime on php.net <https://www.php.net/manual/en/function.strftime>`__.

Expand All @@ -440,7 +455,7 @@ string
======

.. confval:: string

:name: data-type-string

Sometimes used generally though another type would have been more
appropriate, like "align".
Expand All @@ -457,6 +472,7 @@ tag
===

.. confval:: tag
:name: data-type-tag

An HTML tag.

Expand All @@ -475,6 +491,7 @@ tag-params
==========

.. confval:: tag-params
:name: data-type-tag-params

Parameters for a tag.

Expand All @@ -495,6 +512,7 @@ target
======

.. confval:: target
:name: data-type-target

.. rubric:: Examples

Expand All @@ -514,6 +532,7 @@ wrap
====

.. confval:: wrap
:name: data-type-wrap

:Syntax: <...> \| </...>

Expand Down

0 comments on commit 972be28

Please sign in to comment.