Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
1bd5006f
Commit
1bd5006f
authored
Jul 06, 2017
by
Thomas Löffler
Browse files
Adds some basic constants and setup for t3o, including rss feed
parent
09f30619
Pipeline
#1311
passed with stages
in 2 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3org_layout/Configuration/TypoScript/Default/constants.txt
View file @
1bd5006f
# PID with fe_users
styles.content.loginform.pid = 178
# Page layout settings
tx_t3olayout.page.metamenuid = 7
tx_t3olayout.page.searchResultsPid = 184
# Styling settings
styles.content.textmedia.maxW = 1500
styles.content.textmedia.maxWInText = 1500
# Plugin persistence PIDs
plugin.tx_certifications.persistence.storagePid = 212
plugin.tx_t3omembership.persistence.storagePid = 227
plugin.tx_typo3roadmap.persistence.storagePid = 228
html/typo3conf/ext/t3org_layout/Configuration/TypoScript/Default/setup.txt
View file @
1bd5006f
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:t3org_layout/Configuration/TypoScript/Ext/" extensions="ts">
\ No newline at end of file
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:t3org_layout/Configuration/TypoScript/Ext/" extensions="ts">
# Let table allow all classes
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class >
html/typo3conf/ext/t3org_layout/Configuration/TypoScript/Ext/News.ts
View file @
1bd5006f
...
...
@@ -29,3 +29,74 @@ plugin.tx_news {
}
}
}
#
RSS
feed
with
the
latest
30
news
(
default
)
[
globalVar
=
TSFE
:
type
=
100
]
config
{
disableAllHeaderCode
=
1
xhtml_cleaning
=
none
admPanel
=
0
debug
=
0
disablePrefixComment
=
1
metaCharset
=
utf
-
8
additionalHeaders
.
10
.
header
=
Content
-
Type
:
application
/
rss
+
xml
;
charset
=
utf
-
8
absRefPrefix
=
{
$plugin
.
tx_news
.
rss
.
channel
.
link
}
}
pageNewsRSS
=
PAGE
pageNewsRSS
{
typeNum
=
100
10
<
tt_content
.
list
.
20
.
news_pi1
10
{
switchableControllerActions
{
News
{
1
=
list
}
}
settings
<
plugin
.
tx_news
.
settings
settings
{
limit
=
30
detailPid
=
185
startingpoint
=
179
format
=
atom
}
}
}
[
global
]
#
RSS
feed
with
all
news
elements
,
used
by
discourse
integration
[
globalVar
=
TSFE
:
type
=
155
]
config
{
disableAllHeaderCode
=
1
xhtml_cleaning
=
none
admPanel
=
0
debug
=
0
disablePrefixComment
=
1
metaCharset
=
utf
-
8
additionalHeaders
.
10
.
header
=
Content
-
Type
:
application
/
rss
+
xml
;
charset
=
utf
-
8
absRefPrefix
=
{
$plugin
.
tx_news
.
rss
.
channel
.
link
}
}
pageNewsRSS
=
PAGE
pageNewsRSS
{
typeNum
=
155
10
<
tt_content
.
list
.
20
.
news_pi1
10
{
switchableControllerActions
{
News
{
1
=
list
}
}
settings
<
plugin
.
tx_news
.
settings
settings
{
detailPid
=
185
startingpoint
=
179
format
=
atom
}
}
}
[
global
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment