File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/PageTsconfig/Mod Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,9 @@ tt_content.preview
292292 .. code-block :: typoscript
293293 :caption: EXT:site_package/Configuration/page.tsconfig
294294
295- mod.web_layout.tt_content.preview.[CTYPE].[list_type value] = EXT:site_mysite/Resources/Private/Templates/Preview/ExamplePlugin.html
295+ mod.web_layout.tt_content.preview.myextension_plugin = EXT:site_mysite/Resources/Private/Templates/Preview/ExamplePlugin.html
296296
297- This way you can even switch between previews for your plugins by supplying ` list ` as CType.
297+ This way you can even switch between previews for your plugins by supplying the CType.
298298
299299 .. note ::
300300
@@ -323,7 +323,7 @@ Example: Define previews for custom content elements
323323 mod.web_layout.tt_content {
324324 preview.custom_ce = EXT:site_mysite/Resources/Private/Templates/Preview/CustomCe.html
325325 preview.table = EXT:site_mysite/Resources/Private/Templates/Preview/Table.html
326- preview.list.tx_news = EXT:site_mysite/Resources/Private/Templates/Preview/TxNews.html
326+ preview.tx_news_pi1 = EXT:site_mysite/Resources/Private/Templates/Preview/TxNews.html
327327 }
328328
329329 .. toctree ::
You can’t perform that action at this time.
0 commit comments