headless
headless copied to clipboard
TYPO3 Headless JSON API providing content for PWA application (e.g. javaScript apps like nuxt-typo3)
Fixed the possibility to get elementBodyResponse also if doNotGroupByColPos = 1 is set on lib.content
We tried using a cropVariant to crop a picture to a 1:1 format. The FileDataProcessor grabs all the images, crops them (after adding cropVariant to processingConfiguration) and saves the pictures....
Typolink method return empty string when it can not resolve link parameter
If try to open the JsonView Backend Module i got an error: ` FriendsOfTYPO3\Headless\Utility\FileUtility::getNormalizedParams(): Return value must be of type TYPO3\CMS\Core\Http\NormalizedParams, null returned in /var/www/html/public/typo3conf/ext/headless/Classes/Utility/FileUtility.php line 251 protected function getNormalizedParams():...
We've got more than one file storage, so we had to enhance the `frontendFileApi` feature to support multiple storages. This might be a useful addition to the official repository? Maybe...
Now you can access the frontendBase for the current base variant via TypoScript: ``` lib.frontendBase = TEXT lib.frontendBase.data = site:frontendBase ```
Migrate viewOnClick to TYPO3\CMS\Backend\Routing\PreviewUriBuilder as it's deprecated in v11.
Remove usedPathsRelativeToCurrentScript as it's obsolete