Łukasz Uznański
Łukasz Uznański
With short element response if we allow GET method, then we could fetch only single content element and ease functional testing.
https://github.com/TYPO3-Initiatives/headless/blob/master/Tests/Functional/PageTypes/SchemaTest.php
Changing the dataprocessing on the toplevel JSON (not on the fields) to something like this - dataprocessing changes cObj->data - fields statements then can pick their content Needs some more...
Document how to properly setup site configuration endpoint (?type=835) and why we need it and how it affects frontend application.
Add setup of JSON and fluid rendering at one time using different page types. Also document how to use it and implement it.
Document initial data endpoint configuration (?type=834) and how it affects frontend package. What should go to initial data Use cases of initial data When initial data is fetched?
Document all projects and repositories related to TYPO3PWA and what user should choose based on user target
Generate schema for pages, content elements and initial data It's needed for typescript.
## Goal As a developer I want to show how to reuse existing extbase controller in one plugin, e.g. create new readonly plugin for show action and frontend edit controller...