Skip to content

Commit 18fdb43

Browse files
Remove references to list_type (#1667)
Releases: main, 13.4 Co-authored-by: Lina Wolf <[email protected]>
1 parent a27de41 commit 18fdb43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/PageTsconfig/Mod/WebLayout.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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::

0 commit comments

Comments
 (0)