Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pointer where to find "include static" #615

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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