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
Requires
- php: >=8.2
- b13/container: ^3.2
- 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.1.12
- dev-main
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.67
- 1.0.66
- 1.0.65
- 1.0.64
- 1.0.63
- 1.0.62
- 1.0.61
- 1.0.60
- 1.0.59
- 1.0.58
- 1.0.57
- 1.0.56
- 1.0.55
- 1.0.54
- 1.0.53
- 1.0.52
- 1.0.51
- 1.0.50
- 1.0.49
- 1.0.48
- 1.0.47
- 1.0.46
- 1.0.45
- 1.0.44
- 1.0.43
- 1.0.42
- v1.0.41
- v1.0.40
- v1.0.39
- v1.0.38
- v1.0.37
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
This package is auto-updated.
Last update: 2026-05-12 07:21:12 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 setup and feature documentation lives in Documentation/README.md. Start there for Site Set configuration, content element guides, and frontend workflow notes.
License & Support
- GPL-2.0-or-later -- see
LICENSE - Author: Matthias Peltzer (
mail@mpeltzer.de, https://www.mpeltzer.de/)