Download the PHP package contentblocks/content-blocks without Composer
On this page you can find all versions of the php package contentblocks/content-blocks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download contentblocks/content-blocks
More information about contentblocks/content-blocks
Files in contentblocks/content-blocks
Package content-blocks
Short Description TYPO3 CMS Content Blocks - Content Types API
License GPL-2.0-or-later
Homepage https://typo3.org
Informations about the package content-blocks
TYPO3 CMS Content Blocks
This is the standalone repository for the TYPO3 Content Blocks project. Content Blocks provides a new API to create custom Content Types like Content Elements, Page Types or generic Record Types. Use it now in your TYPO3 v12/v13 project and eventually this will become a Core feature in TYPO3 v14 LTS.
Roadmap 2024
Milestone | Date |
---|---|
Content Blocks v0.6 | 26.02 |
Content Blocks v0.7 | 01.04 |
Core patch | 01.04 - 23.04 |
TYPO3 v13.1 | 23.04 |
Review period | 23.04 - 14.06 |
TYPO3 v13.2 | 02.07 |
Content Blocks compatibility v13 | 11.07 |
Content Blocks (partly) Core integration | 17.09 |
Content Blocks 1.0 | 15.10 |
Installation
Require this package via composer:
Or install it via the Extension Manager in the TYPO3 backend. The extension key
is content_blocks
.
Usage
Refer to the Documentation on how to use the Content Blocks API.
JSON Schema
Enable validation and auto-completion with JSON schema
Developing
There is a ddev setup ready to use. Ensure ddev is installed on your machine. Then run:
The default URL is https://content-blocks.ddev.site/. Continue with the TYPO3 installation process.
Testing
First install the composer dependencies:
Then run unit or functional tests by executing:
Hint
Be sure to exclude the .Build/public/typo3temp
directory from indexing in your IDE (e.g. PhpStorm) before starting the tests.
Rendering the documentation
When you update the documentation you can try out rendering it locally (Docker required):
You can test if the syntax and references are ok with
Feedback
You can reach us on the TYPO3 Slack channel #cig-structuredcontent
. We
appreciate any constructive feedback.
All versions of content-blocks with dependencies
typo3/cms-backend Version ^13.4
typo3/cms-core Version ^13.4
typo3/cms-fluid Version ^13.4
typo3/cms-frontend Version ^13.4