Replace custom rendering by system extension fluid_styled_content
This commit is contained in:
parent
8fc772934b
commit
b0a6d51b2c
5 changed files with 64 additions and 3 deletions
|
@ -32,6 +32,7 @@
|
|||
"typo3/cms-dashboard": "^12.2",
|
||||
"typo3/cms-extensionmanager": "^12.2",
|
||||
"typo3/cms-filelist": "^12.2",
|
||||
"typo3/cms-fluid-styled-content": "^12.2",
|
||||
"typo3/cms-info": "^12.2",
|
||||
"typo3/cms-install": "^12.2",
|
||||
"typo3/cms-reports": "^12.2",
|
||||
|
|
62
composer.lock
generated
62
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "00a2172e5242ce6ac15cb855c7fddb85",
|
||||
"content-hash": "cbf8ac9f4e0fb4771c2418e43baab752",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
@ -5531,6 +5531,66 @@
|
|||
},
|
||||
"time": "2023-02-07T10:24:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "typo3/cms-fluid-styled-content",
|
||||
"version": "v12.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
|
||||
"reference": "174e99ad4081f2efb6ba649f2eb48678786eb0fb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/174e99ad4081f2efb6ba649f2eb48678786eb0fb",
|
||||
"reference": "174e99ad4081f2efb6ba649f2eb48678786eb0fb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"typo3/cms-core": "12.2.0",
|
||||
"typo3/cms-fluid": "12.2.0",
|
||||
"typo3/cms-frontend": "12.2.0"
|
||||
},
|
||||
"conflict": {
|
||||
"typo3/cms": "*"
|
||||
},
|
||||
"type": "typo3-cms-framework",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "12.2.x-dev"
|
||||
},
|
||||
"typo3/cms": {
|
||||
"Package": {
|
||||
"partOfFactoryDefault": true
|
||||
},
|
||||
"extension-key": "fluid_styled_content"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"TYPO3\\CMS\\FluidStyledContent\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "TYPO3 Core Team",
|
||||
"email": "typo3cms@typo3.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "TYPO3 CMS Fluid Styled Content - Fluid templates for TYPO3 content elements.",
|
||||
"homepage": "https://typo3.org",
|
||||
"support": {
|
||||
"chat": "https://typo3.org/help",
|
||||
"docs": "https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us",
|
||||
"issues": "https://forge.typo3.org",
|
||||
"source": "https://github.com/typo3/typo3"
|
||||
},
|
||||
"time": "2023-02-07T10:24:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "typo3/cms-frontend",
|
||||
"version": "v12.2.0",
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
tt_content.text = TEXT
|
||||
tt_content.text.field = bodytext
|
|
@ -0,0 +1 @@
|
|||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/constants.typoscript">
|
|
@ -1,4 +1,5 @@
|
|||
// See: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/FileStructure/Configuration/TypoScript/Index.html
|
||||
// See: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/TypoScriptSyntax/Index.html
|
||||
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/setup.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:sitepackage/Configuration/TypoScript/Setup/" extensions="typoscript">
|
||||
|
|
Loading…
Reference in a new issue