The page with the ID 0 (TYPO3 symbol), for example, displays a great number of tables in the Web > List module. If your installation contains an extension such as static_info_tables, which places numerous separate tables there, page reproduction can become unpleasantly slow, and the display becomes more confusing. Which TypoScript code can you use to reduce this effect, and where would you position it? (2)
Select one or more of the following:
-
-
-
-
mod.web_list.hideTables = tabName1,tabName2,tabName3,..
-
mod.hideTables = tabName1,tabName2,tabName3,...
-
mod.hide = tabName1,tabName2,tabName3,...
-
mod.list.hideTables = tabName1,tabName2,tabName3,...