friendsoftypo3headless/headless-navigations

This extension enhances the EXT:headless json response with three customizable navigations.

v1.0.0 2022-02-07 11:10 UTC

This package is auto-updated.

Last update: 2024-04-07 21:23:11 UTC


README

SWUbanner

TYPO3 11 TYPO3 10

TYPO3 Extension "headless_navigations" - Provides TypoScript definitions to enrich the EXT:headless page response with proper navigations

This extension adds a "navigations" key to the default JSON response, provides constants to configure up to three custom navigations (e.g. "Main Navigation", "Meta navigation", "Side navigation") and outputs those as proper JSON to render menus in the Frontend applicaiton.

Navigations array in default response

Requirements

Extension requires TYPO3 in version at least 10.4.

TYPO3 Installation

Install extension using composer
composer require friendsoftypo3headless/headless-navigations

and then, include the TypoScript template, configure the constants and you are ready to go.

Developers involved in the project