Skip to content

Commit 70a6df5

Browse files
linawolfs2b
andauthored
Apply suggestions from code review
Co-authored-by: Simon Praetorius <simon@praetorius.me>
1 parent 3b5846b commit 70a6df5

File tree

1 file changed

+7
-7
lines changed
  • Documentation/ContentElementRendering

1 file changed

+7
-7
lines changed

Documentation/ContentElementRendering/Index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The content elements that are rendered up to this point are rendered by the
1111
TYPO3 system extension Fluid Styled Content (:composer:`typo3/cms-fluid-styled-content`).
1212

1313
This extensions offers default templates to render content elements. Without
14-
this such an extension, no content would be rendered at all. The default
14+
such an extension, no content would be rendered at all. The default
1515
templates provided by this extension can be overridden with site settings
16-
provided by the Fluid Styled Content.
16+
provided by Fluid Styled Content.
1717

1818
.. contents::
1919

@@ -31,7 +31,7 @@ in your site package and override them in your site configuration.
3131
We will save the settings to the site package but use the settings editor to
3232
write the YAML for us
3333

34-
Got to module :guilabel:`Site Management > Settings` and edit the settings of
34+
Go to module :guilabel:`Site Management > Settings` and edit the settings of
3535
your site. Override the paths to the templates of Fluid Styled Content like this:
3636

3737
.. figure:: /Images/SiteSettingsFsc.png
@@ -41,13 +41,13 @@ your site. Override the paths to the templates of Fluid Styled Content like this
4141

4242
If you would click :guilabel:`Save` now, the settings would be saved to your
4343
site configuration at :path:`config/sites/my-site/settings.yaml`. We however
44-
want to save the settings to the set of our site package extension.
44+
want to save the settings to the site set of our site package extension.
4545

4646
Click the button :guilabel:`YAML export` to copy the configuration to your
4747
Clipboard instead, then save it to the following file:
4848

4949
.. code-block:: yaml
50-
:caption: packages/site_package/my_site_package/Configuration/Sets/SitePackage/settings.yaml
50+
:caption: packages/site_package/Configuration/Sets/SitePackage/settings.yaml
5151
5252
styles:
5353
templates:
@@ -78,7 +78,7 @@ extensions are saved by their composer key, here :composer:`typo3/cms-fluid-styl
7878
into the folder :path:`vendor` during installation via Composer. You can find
7979
the files belonging to Fluid Styled Content in folder
8080
:path:`vendor/typo3/cms-fluid-styled-content` therefore. This folder is
81-
structure similar to your site package extension and you can find the original
81+
structured similarly to your site package extension and you can find the original
8282
templates in folder :path:`Resources/Private/Templates` here.
8383

8484
The templates have the name of the `CType` in CamelCase. Copy file
@@ -102,7 +102,7 @@ Override the sitemap template
102102

103103
In a similar fashion we now copy and adjust the template for the sitemap from
104104
:path:`vendor/typo3/cms-fluid-styled-content/Resources/Private/Templates/MenuSitemap.html`
105-
into folder :path:`packages/my_site_package/Resources/Private/ContentElements/Templates/MenuSitemap.html`
105+
into folder :path:`packages/site_package/Resources/Private/ContentElements/Templates/MenuSitemap.html`
106106
and then adjust it:
107107

108108
.. include:: /CodeSnippets/Fluid/MenuSitemap.rst.txt

0 commit comments

Comments
 (0)