TypoScript
service_
needs some basic TypoScript configuration. To do so you have
to add an +ext template to either the root page of your website or to a
specific page which contains the service_
plugin.
-
Locate page
You have to decide where you want to insert the TypoScript template. Either root page or page with
service_
plugin is OK.bw2 -
Create TypoScript template
Switch to template module and choose the specific page from above in the pagetree. Choose
Click here to create an extension template
from the right frame. In the TYPO3 community it is also known as "+ext template". -
Add static template
Choose
Info/
from the upper selectbox and then click onModify Edit the whole template record
button below the little table. On tabIncludes
locate the sectionInclude static
. Use the search above(from extension) Available items
to search forservice_
. Hopefully just one record is visible below. Choose it, to move that record to the left.bw2 -
Save
If you want you can give that template a name on tab "General", save and close it.
-
Constants Editor
Choose
Constant Editor
from the upper selectbox. -
service_
constantsbw2 Choose
PLUGIN.
from the category selectbox to show justTX_ SERVICEBW2 service_
related constantsbw2 -
Configure constants
Adapt the constants to your needs. We prefer to set all these
pid
andOf List Page pid
constants. That prevents you from setting all these PIDs in each plugin individual.Of Detail Page -
Configure TypoScript
As constants will only allow modifying a fixed selection of TypoScript you also switch to
Info/
again and click onModify Setup
. Here you have the possibility to configure allservice_
related configuration.bw2
View
templateRootPaths
-
- type
-
array
- Default
-
EXT:service_bw2/Resources/Private/Templates/
- Path
-
plugin.tx_servicebw2.view.*
You can override our Templates with your own SitePackage extension. We prefer to change this value in TS Constants.
partialRootPaths
-
- type
-
array
- Default
-
EXT:service_bw2/Resources/Private/Partials/
- Path
-
plugin.tx_servicebw2.view.*
You can override our Partials with your own SitePackage extension. We prefer to change this value in TS Constants.
layoutsRootPaths
-
- type
-
array
- Default
-
EXT:service_bw2/Resources/Layouts/Templates/
- Path
-
plugin.tx_servicebw2.view.*
You can override our Layouts with your own SitePackage extension. We prefer to change this value in TS Constants.
Settings
overridePageTitle
-
- type
-
boolean
- Default
-
0 (false)
- Path
-
plugin.tx_servicebw2.settings
Set to 1 (true) to override the page title in show actions with item name.
organisationseinheiten.pidOfListPage
-
- type
-
int
- Default
-
(none)
- Path
-
plugin.tx_servicebw2.settings
If you need a link in a detail view to go back into list view please fill that value with a page UID where the plugin for Organisationseinheiten resides.
organisationseinheiten.pidOfDetailPage
-
- type
-
int
- Default
-
(none)
- Path
-
plugin.tx_servicebw2.settings
For design resons it may make sense to link an Organisationseinheit onto its own page UID.
leistungen.pidOfListPage
-
- type
-
int
- Default
-
(none)
- Path
-
plugin.tx_servicebw2.settings
If you need a link in a detail view to go back into list view please fill that value with a page UID where the plugin for Leistungen resides.
leistungen.pidOfDetailPage
-
- type
-
int
- Default
-
(none)
- Path
-
plugin.tx_servicebw2.settings
For design resons it may make sense to link a Leistung onto its own page UID.
lebenslagen.pidOfListPage
-
- type
-
int
- Default
-
(none)
- Path
-
plugin.tx_servicebw2.settings
If you need a link in a detail view to go back into list view please fill that value with a page UID where the plugin for Lebenslagen resides.
lebenslagen.pidOfDetailPage
-
- type
-
int
- Default
-
(none)
- Path
-
plugin.tx_servicebw2.settings
For design reasons it may make sense to link a Lebenslage onto its own page UID.