Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
tx_news.module {
|
||||
filters {
|
||||
searchWord = 1
|
||||
timeRestriction = 1
|
||||
topNewsRestriction = 1
|
||||
hidden = 1
|
||||
archived = 1
|
||||
sortingField = 1
|
||||
number = 1
|
||||
categories = 1
|
||||
categoryConjunction = 1
|
||||
includeSubCategories = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
mod.wizards.newContentElement.wizardItems.plugins {
|
||||
elements {
|
||||
news {
|
||||
iconIdentifier = ext-news-wizard-icon
|
||||
title = LLL:EXT:news/Resources/Private/Language/locallang_be.xlf:pi1_title
|
||||
description = LLL:EXT:news/Resources/Private/Language/locallang_be.xlf:pi1_plus_wiz_description
|
||||
tt_content_defValues {
|
||||
CType = list
|
||||
list_type = news_pi1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
mod.linkvalidator.searchFields {
|
||||
tx_news_domain_model_news = bodytext,internalurl,externalurl
|
||||
tx_news_domain_model_link = uri
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
mod.web_list.allowedNewTables := addToList(tx_news_domain_model_news,sys_note,tx_news_domain_model_tag)
|
||||
@@ -0,0 +1,97 @@
|
||||
mod.guide.tours.TxNewsAdministrationModule {
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.title
|
||||
description = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.description
|
||||
moduleName = web_NewsAdministration
|
||||
iconIdentifier = ext-news-type-default
|
||||
steps {
|
||||
# General
|
||||
10 {
|
||||
selector = h1
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.general.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.general.content
|
||||
placement = bottom
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
# Filter
|
||||
20 {
|
||||
selector = .icon-actions-filter
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.filter.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.filter.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
21 {
|
||||
selector = .icon-actions-filter
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.filter2.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.filter2.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
31 {
|
||||
selector = #searchWord
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.searchWord.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.searchWord.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
32 {
|
||||
selector = #timeRestriction
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.timeRestriction.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.timeRestriction.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
33 {
|
||||
selector = #topNewsRestriction
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.topNewsRestriction.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.topNewsRestriction.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
34 {
|
||||
selector = #sortingField
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.sortingField.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.sortingField.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
35 {
|
||||
selector = #recursive
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.recursive.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.recursive.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
36 {
|
||||
selector = .category-tree
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.categoryTree.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.categoryTree.content
|
||||
placement = left
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
37 {
|
||||
selector = #categoryConjunction
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.categoryConjunction.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.categoryConjunction.content
|
||||
placement = left
|
||||
showArrow = true
|
||||
}
|
||||
|
||||
100 {
|
||||
selector = .t3-js-jumpMenuBox
|
||||
title = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.actionSwitch.title
|
||||
content = LLL:EXT:news/Resources/Private/Language/Tours.xlf:adminModule.actionSwitch.content
|
||||
placement = right
|
||||
showArrow = true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user