File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Documentation/MinimalExample Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,15 @@ then add the following lines:
5151 page.1.file = EXT:site_package/Resources/Private/Templates/Minimal.html
5252
5353 Create a file named :file: `Minimal.html ` in a
54- :file: `typo3conf/ext/site_package/Resources/Private/Templates ` folder.
54+ :file: `packages/site_package/Resources/Private/Templates ` folder. If the folder
55+ does not yet exist, create it.
5556
5657The site package extension has to be :ref: `installed <extension-installation >`
57- and requires a :ref: `minimal composer configuration <extension-configuration >` (if composer is used)
58- for this to work
58+ and requires a :ref: `minimal composer configuration <extension-configuration >`
59+ (if Composer is used) for this to work
5960
6061.. code-block :: html
61- :caption: EXT: site_package/Resources/Private/Templates/Minimal.html
62+ :caption: packages/ site_package/Resources/Private/Templates/Minimal.html
6263
6364 Hello, world.
6465
You can’t perform that action at this time.
0 commit comments