TYPO3CMS-Reference-CoreApi icon indicating copy to clipboard operation
TYPO3CMS-Reference-CoreApi copied to clipboard

"TYPO3 Explained": Main TYPO3 Core Document: Main classes, Security, TypoScript syntax, Extension API and much more

Results 147 TYPO3CMS-Reference-CoreApi issues
Sort by recently updated
recently updated
newest added

### Current behavior The “m:n relationship” section of the Extbase Relations documentation contains a code snippet that does not reflect an m:n relationship. It currently shows: ``` protected ?Person $author...

See https://forge.typo3.org/issues/106696 - conditions must be request independant. Thus, "ip()" and "traverse(request)" examples are removed and it is stated that request dependency must be avoided. Otherwise, custom condition/expression providers must...

backport 13.4

This is a follow-up to https://forge.typo3.org/issues/107410#note-1. The custom link browser tutorial should use the `"backend.form"` tag in `Configuration/JavaScriptModules.php`. The example does not use any tags: https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/LinkHandling/Tutorials/CustomLinkBrowser.html#tutorial-backend-link-handler-javascript The example repository uses...

Modals are explained nicely at https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us//ApiOverview/Backend/JavaScript/Modules/Modals.html but one essential example is missing: How to create modals with HTML. Additionally an info should be rendered that each content is escaped otherwise...

The official deployer recepy for TYPO3 was updated to work with TYPO3 12/13. Update the deployer section accordingly [Deployer for TYPO3 Deployment](https://docs.typo3.org/permalink/t3coreapi:deployment-deployer)

good first issue

[Relations between Extbase models](https://docs.typo3.org/permalink/t3coreapi:extbase-model-relations) Must mention how to properly ``` public function initializeObject(): void { $this->posts = new ObjectStorage(); } ```

good first issue

The InputTextElement got new default FieldInformation for `tcaDescription`. It was added with TYPO3 9 and I think we should update our example accordingly. I have tried to keep the example...