TypoScript

All TypoScript configuration starts with: :typoscript:`plugin.tx_ifabrealestate_ifabrealestate.`

This page is divided into the following sections which are all configurable by using TypoScript:

Plugin settings

This section covers all settings, which can be defined in the plugin itself.

Properties

recursive Recursive Function int detailPid Detail view (Page-ID) Function int listPid List view (Page-ID) Function int
searchResultsPid Search results (Page-ID) Function int
limit Max items Options int hidePagination Hide pagination Options boolean list.paginate.itemsPerPage Items per Page Options int ==================================== ====================================== ============== ===============

recursive

Property

recursive

Data type

int

Description

:typoscript:`plugin.tx_ifabrealestate_ifabrealestate.settings.recursive = 5`

The search for pages as startingpoint can be extended by setting a recursive level.

detailPid

Property

detailPid

Data type

int

Description

:typoscript:`plugin.tx_ifabrealestate_ifabrealestate.settings.detailPid = 12`

This page is uses as target for the detail view. If nothing set, the current page is used.

listPid

Property

listPid

Data type

int

Description

:typoscript:`plugin.tx_ifabrealestate_ifabrealestate.settings.listPid = 12`

This page is uses as target for the listings, e.g. the list view and the Search form.

searchResultsPid

Property

searchResultsPid

Data type

int

Description

:typoscript:`plugin.tx_ifabrealestate_ifabrealestate.settings.searchResultsPid = 12`

This page is uses as target for the search results.

limit

Property

limit

Data type

int

Description

Note

This setting is activated only if the pagination is not enabled.

hidePagination

Property

hidePagination

Data type

boolean

list.paginate.itemsPerPage

Property

list.paginate.itemsPerPage

Data type

int

Description

:typoscript:`plugin.tx_ifabrealestate_ifabrealestate.settings.list.paginate.itemsPerPage = 5`

Define the amount of properties items shown per page in the pagination.

General settings

Properties

typeNum

Property

typeNum

Data type

int

Description

:typoscript:`plugin.tx_ifabrealestate_ifabrealestate.settings.typeNum = 3657353`

The page type for the ajax call to get the amount of the search results.