TypoScript¶
Plugin settings¶
This section covers all settings, which can be defined in the plugin itself.
Properties¶
Property | Title | Sheet | Type |
---|---|---|---|
redirect.loginPage | PageId that contains Login Form | General | int |
redirect.loginPage¶
Property
redirect.loginPage
Data type
int
Description
Should point to page which contains login form. When route uses auth
middleware
and user is not logged in while performing the request, redirection to login page is taking place.
Note
Redirection takes place only if request does not have Accept: application/json.