我有一个几乎未配置的flexform(仅将可切换控制器操作设置为“list”),我想通过TypoScript配置它,例如就这样:
plugin.tx_news {
settings {
pluginType = news-list
limit = 999
orderBy = datetime
orderDirection = desc
startingpoint = {$pidNewsStorage}
detailPid = {$pidNewsDetail}
archiveRestriction = active
categories = 24
categoryConjunction = and
}
}
TS包含在页面设置中,属性在TSOB中正确显示。
奇怪的是,并非所有设置都有效(自定义设置pluginType
用于流体工作,而detailPid则不然)。通过“工作”,我的意思是覆盖flexform中的空设置。
我在根页面上设置的一些默认设置是适用的。
我在哪里看?
答案 0 :(得分:1)
您还可以在此处添加要从拼写错误中覆盖的字段
plugin.tx_news.settings.overrideFlexformSettingsIfEmpty = cropMaxCharacters,dateField,timeRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath,templateLayout