TYPO3 extension for the LABOR.digital Factory headless CMS boilerplate.
Ships Content Blocks, record types, tenant-scope enforcement, and provisioning CLIs for single-tenant and shared-tenant TYPO3 installations.
composer require labor-digital/factory-coreThen activate in TYPO3:
vendor/bin/typo3 extension:setup- Content Blocks — Curated headless-friendly CTypes (PageHero, PageSection, TextSlider, etc.) consumed by the
@labor-digital/factory-nuxt-layerfrontend. - Record types — Polymorphic ReferenceList wrapper for arbitrary records.
- Multi-tenant —
factory:tenant:provisionandfactory:tenant:auditCLIs, plus a DataHandlerTenantScopeEnforcerthat blocks cross-tenant writes in shared-DB setups. - Component activation contract —
factory.jsondeclares which components are active per project (or per site, in shared-tenant mode).
- TYPO3 13.4
- PHP 8.4
friendsoftypo3/headless,friendsoftypo3/content-blocks,netzbewegung/nb-headless-content-blocks
GPL-2.0-or-later — see LICENSE.