DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Create custom display mode

The setting Display Mode can be found in the tab “Display”. It can be used to change the template depending on the selection.

../../_images/tutorial-displaymode.png

Add a new value

Add the following code to your Page TsConfig, either in the field TsConfig in the page properties or better to your site package extension.

TCEFORM {
    tt_content {
        pi_flexform {
            ttaddress_listview {
                sDISPLAY {
                    settings\.displayMode.addItems {
                        map = Map View
                    }
                }
            }
        }
    }
}

Now a new option Map View is available with the value map.

Adopt templates

If a displaymode is selected, this can be checked in the template with {settings.displayMode}.