Skip to content

Commit

Permalink
Merge pull request #188 from slub/fix-typo
Browse files Browse the repository at this point in the history
Fix typo: Peridica -> Periodica
  • Loading branch information
Alexander Bigga authored Jun 25, 2021
2 parents 8811cbe + 5058b28 commit aec9784
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Configuration/TypoScript/Plugins/News/changelog.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugin.tx_news {
partialRootPaths.110=EXT:dfgviewer/Resources/Private/Plugins/News/Changelog/Partials/
}
features {
skipDefaultArguments = 1
skipDefaultArguments = 0
}
settings {
listPid = {$config.newsListPid}
listPid = {$config.news.listPid}
displayDummyIfNoMedia = 0
analytics {
social {
Expand All @@ -18,7 +18,7 @@ plugin.tx_news {
twitter = 0
}
}
startingpoint = {$config.newsStoragePid}
startingpoint = {$config.news.storagePid}
list {
media {
image {
Expand Down
6 changes: 3 additions & 3 deletions Configuration/TypoScript/Plugins/News/faq.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugin.tx_news {
partialRootPaths.110=EXT:dfgviewer/Resources/Private/Plugins/News/Faq/Partials/
}
features {
skipDefaultArguments = 1
skipDefaultArguments = 0
}
settings {
listPid = {$config.newsListPid}
listPid = {$config.news.listPid}
displayDummyIfNoMedia = 0
analytics {
social {
Expand All @@ -18,7 +18,7 @@ plugin.tx_news {
twitter = 0
}
}
startingpoint = {$config.newsStoragePid}
startingpoint = {$config.news.storagePid}
list {
media {
image {
Expand Down
6 changes: 3 additions & 3 deletions Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ config {
templateFileSru = EXT:dfgviewer/Resources/Private/Plugins/Dfgviewer/Sru.tmpl

news {
# cat=plugin.tx_dfgviewer/links/020; type=int+; label=Changelog Storage Pid
# cat=plugin.tx_dfgviewer/links/020; type=int+; label=News Storage Pid
storagePid =

# cat=plugin.tx_dfgviewer/links/020; type=int+; label=Changelog List Pid
# cat=plugin.tx_dfgviewer/links/020; type=int+; label=News List Pid
listPid =

# cat=plugin.tx_dfgviewer/links/020; type=int+; label=Changelog Detail Pid
# cat=plugin.tx_dfgviewer/links/020; type=int+; label=News Detail Pid
detailPid =
}
}
4 changes: 2 additions & 2 deletions Initialisation/data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@
<rec index="56" type="array">
<uid>56</uid>
<pid>3</pid>
<title>Peridica</title>
<title>Periodica</title>
<relations index="rels" type="array"></relations>
<softrefs type="array"></softrefs>
</rec>
Expand Down Expand Up @@ -12095,7 +12095,7 @@ value.wrap = &lt;dd&gt;|&lt;/dd&gt;</field>
<field index="hidden" type="integer">0</field>
<field index="l10n_state" type="NULL"></field>
<field index="toplevel" type="integer">1</field>
<field index="label">Peridica</field>
<field index="label">Periodica</field>
<field index="index_name">periodical</field>
<field index="oai_name"></field>
<field index="thumbnail" type="integer">0</field>
Expand Down

0 comments on commit aec9784

Please sign in to comment.