我使用TypoScript库来呈现预告片,该预告片仅包含父页面的子页面中的特定字段(例如标题,图像)。排序应该像在页面树中一样-但这不起作用。我认为,脚本中的排序需要与if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
View decor = getWindow().getDecorView();
if (shouldChangeStatusBarTintToDark) {
decor.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
} else {
// We want to change tint color to white again.
// You can also record the flags in advance so that you can turn UI back completely if
// you have set other flags before, such as translucent or full screen.
decor.setSystemUiVisibility(0);
}
}
相关而不是pages
。我认为我需要进行tt_content
选择,但是我不知道如何。有人可以给我提示吗?
我的脚本(节选):
join
谢谢您的帮助!
迈克尔