Colin Atkins

July 12, 2025

📝 TYPO3 Trix Extension – Release 13.4.1

Release Date: June 5, 2025 Compatible TYPO3 Version: 13.0 – 13.4 Extension Version: 13.4.1 Extension Key: trix Link: https://extensions.typo3.org/extension/trix ✨ New Feature • Stability issues With this release, the Trix editor is now running smoothly with v13.4 ✅ Improvements • Enhanced stability with TYPO3 v13.4+ and v12 🔧 Installat...
Read more
July 12, 2025

🛠️ TYPO3 Importmap Extension – Release 0.1.5

Release Date: July 12, 2025 Compatible TYPO3 Version: 13.x Extension Version: 0.1.5 Link: https://extensions.typo3.org/extension/importmap ✨ New Feature This release introduces a highly requested feature: • Importmap configuration via settings.yaml: Developers can now define their ES6 module import maps directly within the config/setti...
Read more
January 28, 2025

The Rise of AI: Should Creatives Embrace Every Change?

The emergence of artificial intelligence presents countless opportunities, but it also carries significant risks, especially for creatives. Imagine a future where your craft, your passion, is no longer needed. Should you contribute to your own replacement by integrating AI systems into your work? Should you—controversial thought—resist...
Read more
December 29, 2023

How to calculate if a checkbox is set with TYPO3 TCA type 'check'

TYPO3 offers the feature to save checkbox values into bitmasks with the TCA type 'check'. For most developers this is confusing so they switch to saving checkboxes with the TCA type 'select' instead. However, the math behind the bitmask is actually very easy. You can find the calculation for it in the JavaScript file form-engine.js It ...
Read more