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
4479c34d
Commit
4479c34d
authored
6 years ago
by
axelbraunschweiger
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Move Plugin
parent
e12d2b14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Feature add sg news plugin
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Configuration/TsConfig/Page/NewContentElementWizard.tsconfig
+36
-37
36 additions, 37 deletions
Configuration/TsConfig/Page/NewContentElementWizard.tsconfig
Resources/Private/Language/locallang_backend.xlf
+8
-5
8 additions, 5 deletions
Resources/Private/Language/locallang_backend.xlf
with
44 additions
and
42 deletions
Configuration/TsConfig/Page/NewContentElementWizard.tsconfig
+
36
−
37
View file @
4479c34d
mod {
wizards.newContentElement.wizardItems.news {
header = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:pageTypeTitlePlugin.news
elements {
overview {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleOverviewPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionOverviewPlugin
tt_content_defValues {
CType = list
list_type = sgnews_overview
}
header = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:pageTitlePlugin.news
overview {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleOverviewPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionOverviewPlugin
tt_content_defValues {
CType = list
list_type = sgnews_overview
}
latest {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleLatestPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionLatestPlugin
tt_content_defValues {
CType = list
list_type = sgnews_latest
}
}
latest {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleLatestPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionLatestPlugin
tt_content_defValues {
CType = list
list_type = sgnews_latest
}
single {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleSingleViewPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionSingleViewPlugin
tt_content_defValues {
CType = list
list_type = sgnews_singleview
}
}
single {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleSingleViewPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionSingleViewPlugin
tt_content_defValues {
CType = list
list_type = sgnews_singleview
}
category {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleListByCategoryPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionListByCategoryPlugin
tt_content_defValues {
CType = list
list_type = sgnews_listbycategory
}
}
category {
iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleListByCategoryPlugin
description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionListByCategoryPlugin
tt_content_defValues {
CType = list
list_type = sgnews_listbycategory
}
}
show = *
}
show = *
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Resources/Private/Language/locallang_backend.xlf
+
8
−
5
View file @
4479c34d
...
...
@@ -37,25 +37,28 @@
<source>
Latest News
</source>
</trans-unit>
<trans-unit
id=
"descriptionLatestPlugin"
>
<source>
C
ho
ose to show Lates
t
N
ews
</source>
<source>
S
ho
w most recen
t
n
ews
</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
N
ews by
C
ategory/
T
ag
</source>
<source>
List
n
ews by
c
ategory/
t
ag
</source>
</trans-unit>
<trans-unit
id=
"titleOverviewPlugin"
>
<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