Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] update readme file. #27

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Headless Container Support (For TYPO3 v11)
# Headless Container Support (For TYPO3 v11/v12)

## Install

Install as any other extension:

- *Composer*: `composer require fanor51/headless-container-support`

TYPO3 Version | v11 | v12
--- |-----| ---
This Version | 2.* | 3.*

## Use
Take a look into ``Example/TypoScript/Container/50_wrapper.typoscript`` there is an example on how to configure the container.
The special thing here is that we add a "new" data processor to the config. the processor is mainly the one from the container extension. Something was added only at the end
Expand Down