.. include:: /Includes.rst.txt .. highlight:: php .. _customize-popup: ================ Customize Marker Popup ================ If you want to customize the output of the marker popup, you only need to overwrite the `PopupContent.html` partial. Set the TS Constant plugin.tx_tilemaps.view.partialRootPath to your extension. :: plugin.tx_tilemaps.view.partialRootPath = EXT:my_ext/Resources/Private/Partials/ Create a PopupContent.html in EXT:my_ext/Resources/Private/Partials/ ::
{item.name}
{item.address}
{item.zip} {item.city}
{item.phone} {item.www}