Skip to content

Commit f8a2475

Browse files
linawolffroemken
andauthored
[TASK] Allow markdown syntax in settings descriptions (#5329)
* [TASK] Allow markdown syntax in settings descriptions Resolves: TYPO3-Documentation/Changelog-To-Doc#1201 Releases: main, 13.4 * Update Documentation/ApiOverview/SiteHandling/SiteSettingDefinitions.rst Co-authored-by: Stefan Frömken <[email protected]> --------- Co-authored-by: Stefan Frömken <[email protected]>
1 parent 4759966 commit f8a2475

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/ApiOverview/SiteHandling/SiteSettingDefinitions.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ Site setting definition properties
7979
.. confval:: description
8080
:type: string
8181
:name: site-settings-definition-settings-description
82+
:Example: 'Configure `baz` to be used in `bar`.'
83+
84+
While Markdown syntax can be used in YAML to provide rich text formatting, there are
85+
a few gotchas. Because YAML is sensitive to special characters and indentation, you
86+
might need to wrap your Markdown text in single quotes (') to prevent it from breaking
87+
the YAML syntax.
8288

8389
.. confval:: category
8490
:type: :confval:`site-settings-definition-categories` key

0 commit comments

Comments
 (0)