Skip to content

Commit

Permalink
[DOCS] Added name to identical confval anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Mar 23, 2024
1 parent f1b5de1 commit 10d7f81
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ templateLayout
--------------

.. confval:: templateLayout

:name: pagets-template-layout
:type: array

With this setting, the plugin can be configured to show different template layouts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Detail Page
-----------

.. confval:: detailPid

:name: event-plugins-registration-pid
:Type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand All @@ -310,7 +310,7 @@ Registration Page
-----------------

.. confval:: registrationPid

:name: event-plugin-registration-pid
:Type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand All @@ -323,7 +323,7 @@ Payment Page
------------

.. confval:: paymentPid

:name: event-plugin-payment-pid
:Type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand Down Expand Up @@ -365,7 +365,7 @@ Template Layout
---------------

.. confval:: templateLayout

:name: event-plugin-template-layout
:Type: string
:Default: (none)
:Path: plugin.tx_sfeventmgt.settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Registration pid
----------------

.. confval:: registrationPid

:name: user-registration-plugin-registration-pid1
:type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand Down Expand Up @@ -135,7 +135,7 @@ Tab additional
Detail Page
-----------
.. confval:: detailPid

:name: user-registration-plugins-registration-pid
:type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand All @@ -147,7 +147,7 @@ Registration Page
-----------------

.. confval:: registrationPid

:name: user-registration-plugin-registration-pid2
:type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand All @@ -158,7 +158,7 @@ Registration Page
Payment Page
------------
.. confval:: paymentPid

:name: user-registration-plugin-payment-pid
:type: int
:Default: 0
:Path: plugin.tx_sfeventmgt.settings
Expand Down
32 changes: 16 additions & 16 deletions Documentation/ForAdministrators/Configuration/TsReference/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ settings.notification.senderEmail
---------------------------------

.. confval:: settings.notification.senderEmail

:name: ts-settings-senderemail
:Type: string
:Default: empty

Expand All @@ -288,7 +288,7 @@ settings.notification.senderName
--------------------------------

.. confval:: settings.notification.senderName

:name: ts-settings-sendername
:Type: string
:Default: empty

Expand All @@ -310,7 +310,7 @@ settings.notification.senderSignature
-------------------------------------

.. confval:: settings.notification.senderSignature

:name: ts-settings-sendersignature
:Type: string
:Default: empty

Expand Down Expand Up @@ -513,7 +513,7 @@ settings.search.dateFormat
--------------------------

.. confval:: settings.search.dateFormat

:name: ts-search-date-format
:Type: string
:Default: Y-m-d

Expand All @@ -524,7 +524,7 @@ settings.search.fields
----------------------

.. confval:: settings.search.fields

:name: ts-settings-search-fields
:Type: string
:Default: title, teaser

Expand All @@ -548,7 +548,7 @@ settings.pagination.enablePagination
------------------------------------

.. confval:: settings.pagination.enablePagination

:name: ts-settings-pagination-enablepagination
:Type: int
:Default: false

Expand All @@ -559,7 +559,7 @@ settings.pagination.itemsPerPage
--------------------------------

.. confval:: settings.pagination.itemsPerPage

:name: ts-settings-pagination-itemsperpage
:Type: int
:Default: 10

Expand All @@ -570,7 +570,7 @@ settings.pagination.maxNumPages
-------------------------------

.. confval:: settings.pagination.maxNumPages

:name: ts-settings-pagination-maxnumpages
:Type: int
:Default: 10

Expand Down Expand Up @@ -682,7 +682,7 @@ settings.search.dateFormat
--------------------------

.. confval:: settings.search.dateFormat

:name: ts-search-date-format-backend-module
:Type: string
:Default: d.m.Y H:i

Expand All @@ -693,7 +693,7 @@ settings.search.fields
----------------------

.. confval:: settings.search.fields

:name: ts-settings-search-fields-backend-module
:Type: string
:Default: title, teaser

Expand All @@ -704,7 +704,7 @@ settings.notification.senderEmail
---------------------------------

.. confval:: settings.notification.senderEmail

:name: ts-settings-senderemail-backend-module
:Type: string
:Default: (none)

Expand All @@ -715,7 +715,7 @@ settings.notification.senderName
--------------------------------

.. confval:: settings.notification.senderName

:name: ts-settings-sendername-backend-module
:Type: string
:Default: (none)

Expand All @@ -726,7 +726,7 @@ settings.notification.senderSignature
-------------------------------------

.. confval:: settings.notification.senderSignature

:name: ts-settings-sendersignature-backend-module
:Type: string
:Default: (none)

Expand Down Expand Up @@ -804,7 +804,7 @@ settings.pagination.enablePagination
------------------------------------

.. confval:: settings.pagination.enablePagination

:name: ts-settings-pagination-enablepagination-backend-module
:Type: int
:Default: 1

Expand All @@ -815,7 +815,7 @@ settings.pagination.itemsPerPage
--------------------------------

.. confval:: settings.pagination.itemsPerPage

:name: ts-settings-pagination-itemsperpage-backend-module
:Type: int
:Default: 10

Expand All @@ -826,7 +826,7 @@ settings.pagination.maxNumPages
-------------------------------

.. confval:: settings.pagination.maxNumPages

:name: ts-settings-pagination-maxnumpages-backend-module
:Type: int
:Default: 10

Expand Down

0 comments on commit 10d7f81

Please sign in to comment.