diff --git a/composer.json b/composer.json index 2fa034f..eb9ec73 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index cb33943..e46f79a 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/localPackages/sitepackage/Configuration/TypoScript/Setup/TtContent/Text.typoscript b/localPackages/sitepackage/Configuration/TypoScript/Setup/TtContent/Text.typoscript deleted file mode 100644 index 6f3e81c..0000000 --- a/localPackages/sitepackage/Configuration/TypoScript/Setup/TtContent/Text.typoscript +++ /dev/null @@ -1,2 +0,0 @@ -tt_content.text = TEXT -tt_content.text.field = bodytext diff --git a/localPackages/sitepackage/Configuration/TypoScript/constants.typoscript b/localPackages/sitepackage/Configuration/TypoScript/constants.typoscript new file mode 100644 index 0000000..5948c15 --- /dev/null +++ b/localPackages/sitepackage/Configuration/TypoScript/constants.typoscript @@ -0,0 +1 @@ + diff --git a/localPackages/sitepackage/Configuration/TypoScript/setup.typoscript b/localPackages/sitepackage/Configuration/TypoScript/setup.typoscript index c324285..d238711 100644 --- a/localPackages/sitepackage/Configuration/TypoScript/setup.typoscript +++ b/localPackages/sitepackage/Configuration/TypoScript/setup.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 +