python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TYPO3 - How to make a get request to a controller action
I have an application in TYPO3 CMS. It has an extension test_extension that has a controller and an action. This action should return some JSON.
class TestRequestController extends ActionController
{
...
Денис Корх
Votes: 0
Answers: 1
TCA field of type group doesn't show records if there are too many items
In my own extension I have extended fe_user table to add some relations for users to sysfolders (pages with doktype 254). I did it with common TCA override and adding the group type. In general that w...
biesior
Votes: 0
Answers: 0
TYPO3 change PID in TCA
I am trying to change the pid in my extension. I added the pid field to my tca, it also shows the current pid, but as soon as I change it and save it, the old pid comes back :(
'pid' => [
...
ibu400
Votes: 0
Answers: 1
Override TYPO3 templates
I have a TYPO3 website that is built on a sitepackage that extends bootstrap_package. I need to add more templates and design changes to the sitepackage, so I created a new extension. When I want to o...
IuliaRot
Votes: 0
Answers: 1