Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_news
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_news
Commits
290e00c4
Commit
290e00c4
authored
6 years ago
by
Kevin Ditscheid
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into feature_UpgradeTo9LTS
parents
870568cc
292066f8
No related branches found
Branches containing commit
Tags
5.6.1
Tags containing commit
2 merge requests
!13
Feature remove sg news ajax plugin
,
!8
Feature upgrade to9 lts
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Configuration/TsConfig/Page/NewContentElementWizard.tsconfig
+2
-11
2 additions, 11 deletions
Configuration/TsConfig/Page/NewContentElementWizard.tsconfig
Resources/Private/Language/locallang_backend.xlf
+12
-3
12 additions, 3 deletions
Resources/Private/Language/locallang_backend.xlf
with
14 additions
and
14 deletions
Configuration/TsConfig/Page/NewContentElementWizard.tsconfig
+
2
−
11
View file @
290e00c4
mod {
wizards.newContentElement.wizardItems.news {
header = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:pageT
ypeT
itlePlugin.news
header = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:pageTitlePlugin.news
elements {
overview {
iconIdentifier = sg_news-module
...
...
@@ -10,7 +10,6 @@ mod {
CType = list
list_type = sgnews_overview
}
}
latest {
...
...
@@ -21,7 +20,6 @@ mod {
CType = list
list_type = sgnews_latest
}
}
single {
...
...
@@ -33,7 +31,6 @@ mod {
list_type = sgnews_singleview
}
}
category {
...
...
@@ -43,15 +40,9 @@ mod {
tt_content_defValues {
CType = list
list_type = sgnews_listbycategory
}
}
}
show = *
}
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Resources/Private/Language/locallang_backend.xlf
+
12
−
3
View file @
290e00c4
...
...
@@ -39,8 +39,14 @@
<trans-unit
id=
"descriptionLatestPlugin"
>
<source>
Choose to show Latest News
</source>
</trans-unit>
<trans-unit
id=
"descriptionLatestPlugin"
>
<source>
Show most recent news
</source>
</trans-unit>
<trans-unit
id=
"titleListByCategoryPlugin"
>
<source>
List News by Category/Tag
</source>
<source>
News by Category/Tag
</source>
</trans-unit>
<trans-unit
id=
"descriptionListByCategoryPlugin"
>
<source>
List news by category/tag
</source>
</trans-unit>
<trans-unit
id=
"descriptionListByCategoryPlugin"
>
<source>
List News by Category/Tag
</source>
...
...
@@ -49,13 +55,16 @@
<source>
News Overview
</source>
</trans-unit>
<trans-unit
id=
"descriptionOverviewPlugin"
>
<source>
Show an
O
verview of
N
ews
</source>
<source>
Show an
o
verview of
all n
ews
</source>
</trans-unit>
<trans-unit
id=
"titleSingleViewPlugin"
>
<source>
News Single View
</source>
</trans-unit>
<trans-unit
id=
"descriptionSingleViewPlugin"
>
<source>
Show a Single View of News
</source>
<source>
Show a single view of news
</source>
</trans-unit>
<trans-unit
id=
"pageTitlePlugin.news"
>
<source>
News
</source>
</trans-unit>
</body>
</file>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment