mpc / mp-core
Core TYPO3 CMS extension providing base templates, styling, container, content blocks and backend configurations
Package info
github.com/MatthiasPeltzer/mp-core
Language:HTML
Type:typo3-cms-extension
pkg:composer/mpc/mp-core
1.2.4
2026-06-14 05:36 UTC
Requires
- php: >=8.2
- b13/container: ^4.0
- friendsoftypo3/content-blocks: ^1.3 || ^2.2
- typo3/cms-core: ^13.4 || ^14.3
- typo3/cms-extbase: ^13.4 || ^14.3
- typo3/cms-fluid: ^13.4 || ^14.3
Suggests
- georgringer/news: ^13.0 || ^14.0
- georgringer/numbered-pagination: ^2.2
- mpc/mpc-rss: ^1.0
- mpc/mpc-vidply: ^1.1
Replaces
- typo3-ter/mp-core: 1.2.4
This package is auto-updated.
Last update: 2026-06-14 05:36:46 UTC
README
MP Core delivers a Bootstrap- and Vue-powered site package for TYPO3 13.4 / 14.3, including ready-made content elements, container layouts, Schema.org structured data, and a Vite-based frontend toolchain. It is designed as a solid starting point for personal, corporate and public sector websites.
- Prebuilt content modules (stage, banner, gallery, single teaser, menu subpages, Vue todo list) with Fluid templates.
- Container elements (accordion, tabs, slider, grid, wrapper) via b13/container.
- Content Blocks support (definition list) via friendsoftypo3/content-blocks.
- Six Site Sets (
mp-core,mp-core-base,mp-core-container,mp-core-news,mp-core-form,mp-core-seo) that plug into TYPO3 Site Settings. - Schema.org JSON-LD output (WebSite, WebPage, BlogPosting, BreadcrumbList, MusicGroup, NewsArticle).
- Frontend build pipeline based on Vite 8, Bootstrap 5.3, Vue 3, Sass, PostCSS, ESLint, Stylelint, Swiper, and Jarallax.
Requirements
- TYPO3
^13.4 || ^14.3 - PHP
>=8.2 - Node.js
>=22and npm>=10for the frontend build
Quick Start
composer require mpc/mp-core vendor/bin/typo3 extension:activate mp_core cd Build && npm ci npm run build
Documentation
Detailed guides live in Documentation/README.md:
- Feature overview — content elements, Site Sets, PHP classes
- Frontend / Vite — build pipeline and Vue components
- Configuration — Site Settings, TypoScript, TCA
- Backend — RTE, TSconfig, backend previews
- Content elements — per-CType TCA reference
- Favicons — assets, Fluid partial, site config (not static HTML paste)
License & Support
- GPL-2.0-or-later -- see
LICENSE - Author: Matthias Peltzer (
mail@mpcore.de, https://www.mpcore.de/)