TypoScript Reference
Feel free to use the constant editor (go to: module template, root page, constant editor, generic_gallery) to edit this settings. Add a TypoScript template to overwrite these settings at any point in your site tree(s).
TypoScript Reference
Within this page
Properties
Property | Data type | stdWrap | Default |
---|---|---|---|
view.templateRootPath_ | string | no | EXT: |
view.partialRootPath_ | string | no | EXT: |
view.layoutRootPath_ | string | no | EXT: |
settings.gallery_ | array no | ||
settings.gallery.name_ | string | no | |
settings.gallery.template_ | string | no | Fallback to Extbase's' default behavior |
settings.gallery.itemTemplate_ | string | no | Fallback to Extbase's' default behavior |
Property details
view.templateRootPath
plugin.
string
Path to the templates. Overwrite these by using settings.gallery.template_ and settings.gallery.itemTemplate_.
view.partialRootPath
plugin.
string
Path to the partials.
view.layoutRootPath
plugin.
string
Path to the layouts.
settings.gallery
plugin.
= array
Object with items predefine a gallery type. These items will be available in the plugin.
settings.gallery.name
plugin.
string
Define a name for this gallery type.
settings.gallery.template
plugin.
string
Define a template file for this gallery type.
Use something like EXT:
If not set, the Extbase's default behavior will be used:
TYPO3 uses the template root path from plugin.
and adds Gallery
to it.
settings.gallery.itemTemplate
plugin.
string
Define a detail view template file for this gallery type.
Use something like EXT:
If not set, the Extbase's default behavior will be used:
TYPO3 uses the template root path from plugin.
and adds Gallery
to it.