friendsoftypo3/headless-dev-tools

Headless dev tools - helpful code for local development

Installs: 4 409

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 2

Type:typo3-cms-extension

v1.0.1 2022-11-08 11:12 UTC

This package is auto-updated.

Last update: 2024-04-26 16:33:45 UTC


README

Extension provides small tweaks/utilities to help develop TYPO3 in headless way on local environment.

Installation

Install extension using composer

composer require --dev friendsoftypo3/headless-dev-tools

DO NOT USE IN PRODUCTION always install as require-dev only

ViewHelpers

Debug ViewHelper

Just like f:debug but dies afterwards, so its output is actually visible in the frontend response.

<headlessDevTools:debug title="_all">{_all}</headlessDevTools:debug>