0

我有一个几乎未配置的 flexform(仅将可切换控制器操作设置为“列表”),我想通过 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 则无效)。通过“工作”,我的意思是覆盖弹性表单中的空设置。

我在根页面上设置的一些默认设置适用。

我可以在哪里看?

4

1 回答 1

1

您还可以在此处添加要从打字稿中覆盖的字段

plugin.tx_news.settings.overrideFlexformSettingsIfEmpty = cropMaxCharacters,dateField,timeRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath,templateLayout
于 2018-08-24T06:06:33.717 回答