https://github.com/in2code-de/in2luxletter_content
TYPO3 extension allowing user(group)-specific content for LUXletter
https://github.com/in2code-de/in2luxletter_content
Last synced: about 1 year ago
JSON representation
TYPO3 extension allowing user(group)-specific content for LUXletter
- Host: GitHub
- URL: https://github.com/in2code-de/in2luxletter_content
- Owner: in2code-de
- License: other
- Created: 2023-10-06T09:09:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T14:10:56.000Z (over 2 years ago)
- Last Synced: 2025-04-24T01:15:11.947Z (about 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TYPO3 Extension `in2luxletter_content`
This extensions makes it possible to use user(group)-specific content in LUXletter.
In conjunction with `asynchronousQueueStorage` enabled in EXT:luxletter, this extension
enables content that is dependent on the recipient (FE user). Depending on the extension
setting, the content is crawled per usergroup combination or per user (Caution! High
load on the server!).
⚠️ **Development is still in progress! Use in production with care.** ⚠️
## Installation
Install this extension via composer by using the following command:
```bash
composer require in2code/in2luxletter-content
```