Neu im Forum:
Extension-Suche: Gibt es Conditions für forms?
https://t3forum.net/d/980-extension-suche-gibt-es-conditions-fuer-forms
#t3academyforum #typo3-forms #form-conditions
The #TYPO3 extension c1_adaptive_images v1.1.1 is now compatible with TYPO3 v13.
https://extensions.typo3.org/extension/c1_adaptive_images
📙 How to use bitsets in TYPO3
Bitsets are used to handle boolean flags efficiently.
➡️ https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/ApiOverview/BitSets/BitSet.html
🗐 The Pagination API in TYPO3
The TYPO3 Core provides an interface to implement the native pagination of lists like arrays or query results of Extbase.
➡️ https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/ApiOverview/Pagination/Index.html
Sichtbar mit TYPO3: Warum Offenheit hilft. #typo3
Gepostet in SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
📙 Automatically register route enhancer definitions stored in TYPO3 extensions
This article shows a way to store route enhancer definitions in the extension and register them automatically to be available in the site configuration.
➡️ https://brotkrueml.dev/register-route-enhancer-definitions-extensions-automatically-typo3/
@alexanderschnitzler I hope the new Schema API will do the ORM stuff, but have not tryed it yet.
The #TYPO3 extension rss_app v4.0.0 is now compatible with TYPO3 v13.
https://extensions.typo3.org/extension/rss_app
⚠️ Ihre TYPO3-Website verstößt möglicherweise gegen das Gesetz
Wussten Sie, dass digitale Barrierefreiheit nun gemäß EU- und deutschem Recht (BITV) gesetzlich vorgeschrieben ist?
Riskieren Sie keine Strafen.
Ignorieren Sie Ihre Nutzer nicht.
🛡️ Scannen Sie jetzt Ihre TYPO3-Website und sehen Sie, ob sie konform ist →
https://nitsantech.de/typo3-barrierefreiheit-testen
#TYPO3Barrierefreiheit #TYPO3Barrierefreiheittesten #TYPO3 #DigitalLaw #WCAGCompliance #BITV #BFSG #BarrierefreiheitLaw

Gleich: Business Roundtable um 16:30 Uhr.
Du weißt, was zu tun ist.
https://wwagner.net/events/business-roundtable-digital-mit-typo3
#TYPO3 #T3BRT

Montag, 25.08., ist Schluss: Dann endet der Ticketverkauf für meinen TYPO3 13 Workshop am 12. September in Puchheim.
Während andere noch überlegen, ob Content Blocks und Site Sets wichtig sind, könntest du sie schon produktiv nutzen.
Ein Tag, alle neuen Features, hands-on.
https://www.typo3camp-muenchen.de/special-events/integration-mit-neuen-techniken-in-typo3-13
Those with a little history with #TYPO3 will remember the efforts to get rid of god classes and access to $_GLOBALS.
We managed to get rid of those over the years. But it’s quite funny to see most of that being replaced with a god request object.
If you need anything in TYPO3 these days, chances are high it’s a request attribute.
Is it possible we moved from one anti pattern to another?