@@ -11,9 +11,9 @@ The content elements that are rendered up to this point are rendered by the
1111TYPO3 system extension Fluid Styled Content (:composer: `typo3/cms-fluid-styled-content `).
1212
1313This 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
1515templates 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.
3131We will save the settings to the site package but use the settings editor to
3232write 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
3535your 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
4242If you would click :guilabel: `Save ` now, the settings would be saved to your
4343site 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
4646Click the button :guilabel: `YAML export ` to copy the configuration to your
4747Clipboard 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
7878into the folder :path: `vendor ` during installation via Composer. You can find
7979the 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
8282templates in folder :path: `Resources/Private/Templates ` here.
8383
8484The templates have the name of the `CType ` in CamelCase. Copy file
@@ -102,7 +102,7 @@ Override the sitemap template
102102
103103In 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 `
106106and then adjust it:
107107
108108.. include :: /CodeSnippets/Fluid/MenuSitemap.rst.txt
0 commit comments