TypoScript
mediapool
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 mediapool
plugin.
-
Locate page
You have to decide where you want to insert the TypoScript template. Either root page or page with
mediapool
plugin is OK. -
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 formediapool
. Hopefully just one record is visible below. Choose it, to move that record to the left. -
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. -
mediapool
constantsChoose
PLUGIN.
from the category selectbox to show justTX_ MEDIAPOOL mediapool
related constants -
Configure constants
Adapt the constants to your needs. We prefer to set all these
detail
andUid list
constants. That prevents you from setting all these PIDs in each plugin individual.Uid -
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 allmediapool
related configuration.
View
templateRootPaths
-
- type
-
array
- Default
-
EXT:mediapool/Resources/Private/Templates/
- Path
-
plugin.tx_mediapool.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:mediapool/Resources/Private/Partials/
- Path
-
plugin.tx_mediapool.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:mediapool/Resources/Layouts/Templates/
- Path
-
plugin.tx_mediapool.view.*
You can override our Layouts with your own SitePackage extension. We prefer to change this value in TS Constants.