about TYPO3, Vue or other cool Web Dev Stuff
if (!$this->view) { /** @var \TYPO3\CMS\Fluid\View\StandaloneView $tempView */ $tempView =…
$categories = $this->categoryRepository->findAll()->toArray(); $categoriesTree = $this->buildTree($categories); $this->view->assign('categories',…
$imageService = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Service\ImageService::class); $processedImage =…
public function getLink($parameter='t3://page?uid=1') { return GeneralUtility::makeInstance( …
Build with Vue 3 and runs in TYPO3 11 ...
request A Demo
$siteFinder = GeneralUtility::makeInstance(SiteFinder::class); $site = $siteFinder->getSiteByPageId($this->settings['rootPid']); $args = [ …