Skip to content
Snippets Groups Projects
Commit 7b64bb60 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

Merge branch 'master' of gitlab.sgalinski.de:typo3/sg_news

parents c9700678 bb1b2861
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,9 @@
<div class="sg-slide-content sg-slide-backdrop-dark">
<div class="frame frame-default frame-type-textmedia frame-layout-0 default-content-element">
<div class="text-center">
{headerTag -> f:format.raw()}
{newsMetaData.news.subtitleWithFallbackToTitle}
{closingHeaderTag -> f:format.raw()}
</div>
{headerTag -> f:format.raw()}
{newsMetaData.news.subtitleWithFallbackToTitle}
{closingHeaderTag -> f:format.raw()}
<p class="text-center tx-sgnews-teaser-meta">
<f:alias map="{authorCount: '{newsMetaData.news.newsAuthor -> f:count()}'}">
......
......@@ -8,7 +8,7 @@
<div class="sg-slide {f:if(condition: '{iterator.isFirst}', then: 'active')}">
<f:render partial="TeaserOverview" arguments="{
newsMetaData: newsMetaDataEntry,
headerTag: '<h3>',
headerTag: '<h3 class=\"text-center\">',
closingHeaderTag: '</h3>',
showCategory: 1
}" />
......
......@@ -68,7 +68,6 @@
}
.tx-sgnews-teaser-meta {
margin-bottom: 60px;
text-align: center;
font-size: 16px;
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "9.0.0",
"version": "9.0.2",
"support": {
},
"repositories": [
......
......@@ -19,7 +19,7 @@ $EM_CONF['sg_news'] = [
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '9.0.0',
'version' => '9.0.2',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
......
......@@ -142,11 +142,5 @@ call_user_func(
\SGalinski\SgNews\Updates\UpdateAuthors::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][\SGalinski\SgNews\Updates\MigrateSchedulerTasks::IDENTIFIER] =
\SGalinski\SgNews\Updates\MigrateSchedulerTasks::class;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][] = [
'nodeName' => 'languageVisibility',
'priority' => 40,
'class' => \TYPO3\Languagevisibility\UserFunction\FieldVisibilityUserFunction::class,
];
}
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment