Skip to content

Commit

Permalink
[FEATURE] Document record objects
Browse files Browse the repository at this point in the history
  • Loading branch information
dogawaf authored and linawolf committed Sep 20, 2024
1 parent fd45b59 commit e72d2b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ Definition types
:type: string
:Path: settings.[my_val].type = stringlist

The value must be an array whose array key starts at 0 and increases by 1 per element. This sequence is
checked using the internal PHP method array_is_list in order to prevent named array keys from the outset.
The value must be an array whose array key starts at 0 and increases by 1 per element. This sequence is
checked using the internal PHP method array_is_list in order to prevent named array keys from the outset.
This also means that comma-separated lists cannot be converted here.

The `string` type is executed for each array entry.
Expand Down
9 changes: 5 additions & 4 deletions Documentation/ApiOverview/SiteHandling/SiteSettingsEditor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Site settings editor

.. versionadded:: 13.3
The site setting editor has been introduced as backend module
:guilabel:`Sites > Settings`.
:guilabel:`Site Management > Settings`.

In module :guilabel:`Sites > Settings` you get an overview of all sites in
In module :guilabel:`Site Management > Settings` you get an overview of all sites in
the current installation and can edit the :ref:`sitehandling-settings` for
all pages that contain settings:

Expand All @@ -29,8 +29,8 @@ and subcategories to order the settings.
The site in the examples includes the "My Sitepackage" and "Blog Example"
sets. "My Sitepackage" depends on "Fluid Styled Content"

The settings to be displayed here have to be defined in an extension`s or
site packages's set in a `setting definition <site-settings-definition>` file, for example
The settings to be displayed here have to be defined in an extension's or
site packages's set in a :ref:`setting definition <site-settings-definition>` file, for example
:file:`EXT:my_sitepackage/Configuration/Sets/MySitepackage/settings.definitions.yaml`.

Settings that have been made directly in the :file:`settings.yaml` file without a
Expand All @@ -50,6 +50,7 @@ Configuring the site settings editor

.. literalinclude:: _Settings/_blog_settings.definitions.yaml
:caption: EXT:blog_example/Configuration/Sets/BlogExample/settings.definitions.yaml (Excerpt)
:linenos:

See the complete example at
`settings.definitions.yaml (GitHub) <https://github.com/TYPO3-Documentation/blog_example/blob/main/Configuration/Sets/BlogExample/settings.definitions.yaml>`__.
Expand Down

0 comments on commit e72d2b3

Please sign in to comment.