Skip to content

Commit

Permalink
add pointer where to find "include static"
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickp-at-work committed Jun 26, 2023
1 parent b1471a7 commit 612fe4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation
Follow the standard process of a TYPO3 installation (see :ref:`t3install:start`).
After TYPO3 is running, we can continue installing the headless extension:

#. **Install and activate the extension** with Composer `composer require friendsoftypo3/headless` (recommend),
#. **Install and activate the extension** with Composer `composer require friendsoftypo3/headless` (recommended),
or using the extension manager with key `headless`.

#. **Create a new root page:** The page will provide our JSON API endpoint.
Expand All @@ -18,8 +18,8 @@ After TYPO3 is running, we can continue installing the headless extension:
:alt: Root page for the API endpoint
:class: with-shadow

#. **Create a new root template:** Add headless to "Include static (from extensions)". After saving and displaying
the page, we can see already the JSON output.
#. **Create a new root template:** Open the backend's menu entry *Site Management* > *TypoScript* (before v12: *Web* > *Template*). Add "`headless`" to "Include static (from extensions)". After saving and displaying
the page, we can see already the JSON output.

#. **Create a site configuration:** The site URL is needed as endpoint URL for the frontend.
In TYPO3 v10 an autogenerated site configuration might exsist which we can rename and configure to our preferences.
Expand Down

0 comments on commit 612fe4b

Please sign in to comment.