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 |
|---|---|---|---|
settings. | array | no | |
settings. | string | no | |
settings. | string | no | extensions- |
settings. | string | no | Fallback to Extbase's default behavior |
settings. | string | no | Fallback to Extbase's default behavior |
settings. | array | no | Fallback to Fluid's default behavior |
Property details
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.icon
plugin. string
Define a icon for this gallery type. Use registrated TYPO3 icon key.
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.