我尝试使用这样的方法设置storagePidextbase 插件:levelfield
plugin.tx_myext.persistence.storagePid = TEXT
plugin.tx_myext.persistence.storagePid.data= levelfield: -1, storage_pid, slide
使用storage_pid当前页面的 没问题:
plugin.tx_myext.persistence.storagePid = TEXT
plugin.tx_myext.persistence.storagePid.data= page:storage_pid
但我想用它levelfield来提高一个扩展的可用性。因此,您只需storage_pid在根页面中设置 ,并将使用 的扩展的默认打字稿设置包含levelfield到根模板中...
有人知道为什么levelfield这里不工作吗?