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
280bee51
Commit
280bee51
authored
6 years ago
by
axelbraunschweiger
Browse files
Options
Downloads
Patches
Plain Diff
Implement news plugin
parent
b3c6db69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!11
Feature add sg news plugin
,
!9
Feature add sg news plugin
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Configuration/PageTS/NewContentElementWizard.ts
+19
-0
19 additions, 0 deletions
Configuration/PageTS/NewContentElementWizard.ts
ext_localconf.php
+5
-0
5 additions, 0 deletions
ext_localconf.php
with
24 additions
and
0 deletions
Configuration/PageTS/NewContentElementWizard.ts
0 → 100644
+
19
−
0
View file @
280bee51
mod
{
wizards
.
newContentElement
.
wizardItems
.
news
{
header
=
LLL
:
EXT
:
sg_news
/
Resources
/
Private
/
Language
/
locallang
.
xlf
:
backend
.
licenceBannerTitle
elements
{
overview
{
title
=
LLL
:
EXT
:
sg_news
/
Resources
/
Private
/
Language
/
locallang
.
xlf
:
backend
.
licenceBannerTitle
description
=
LLL
:
EXT
:
sg_news
/
Resources
/
Private
/
Language
/
locallang
.
xlf
:
backend
.
licenceBannerTitle
tt_content_defValues
{
CType
=
list
list_type
=
sgnews_overview
}
}
}
show
=
*
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ext_localconf.php
+
5
−
0
View file @
280bee51
...
...
@@ -104,3 +104,8 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeade
// register command controllers
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SC_OPTIONS'
][
'extbase'
][
'commandControllers'
][]
=
'SGalinski\SgNews\Command\MigrateNewsCommandController'
;
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addPageTSConfig
(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sg_news/Configuration/PageTS/NewContentElementWizard.ts">'
);
\ No newline at end of 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