Skip to content

How to add page #99

Closed Answered by klamparski
kaaax0815 asked this question in Q&A
Sep 9, 2024 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

@kaaax0815 There are two important informations you should start with:

  1. t3api works on Extbase models, therefore firstly you would need to create a model and configure pages table to use it. It's quite easy with Extbase and it's well documented here: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Reference/Domain/Persistence.html#extbase_manual_mapping

  2. Secondly you would need to define POST operation (endpoint) for your model. It's documented here: https://docs.typo3.org/p/sourcebroker/t3api/main/en-us/Operations/Index.html

You could use my example integration of tt_content and pages tables with t3api - klamparski/t3apicontent. Although it's…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@offizium-berndstorath
Comment options

@offizium-berndstorath
Comment options

@offizium-berndstorath
Comment options

@klamparski
Comment options

@offizium-berndstorath
Comment options

Answer selected by klamparski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants