TypoScript Reference¶
Feel free to use the constant editor (go to: module template, root page, constant editor, beautyofcode) to edit this settings. Add a Typoscript template to overwrite these settings at any point in your sitetree(s).
TypoScript Reference¶
Properties¶
| Property | Data type | t3tsref:stdwrap | Default |
|---|---|---|---|
| view.templateRootPath | t3tsref:data-type-string | no | EXT:generic_gallery/Resources/Private/Templates/ |
| view.partialRootPath | t3tsref:data-type-string | no | EXT:generic_gallery/Resources/Private/Partials/ |
| view.layoutRootPath | t3tsref:data-type-string | no | EXT:generic_gallery/Resources/Private/Layouts/ |
| settings.gallery | array | no | |
| settings.gallery.name | t3tsref:data-type-string | no | |
| settings.gallery.template | t3tsref:data-type-string | no | |
| settings.gallery.itemTemplate | t3tsref:data-type-string | no | EXT:generic_gallery/Resources/Private/Templates/GalleryItem/Show.html |
Property details¶
view.templateRootPath¶
plugin.tx_genericgallery.view.templateRootPath = t3tsref:data-type-string
Path to the templates. Overwrite these by using settings.gallery.template and settings.gallery.itemTemplate.
view.partialRootPath¶
plugin.tx_genericgallery.view.partialRootPath = t3tsref:data-type-string
Path to the partials.
view.layoutRootPath¶
plugin.tx_genericgallery.view.layoutRootPath = t3tsref:data-type-string
Path to the layouts.
settings.gallery¶
plugin.tx_genericgallery.settings.gallery = array
Object with items predefine a gallery type. These items will be available in the plugin.
settings.gallery.name¶
plugin.tx_genericgallery.settings.gallery.name = t3tsref:data-type-string
Define a name for this gallery type.
settings.gallery.template¶
plugin.tx_genericgallery.settings.gallery.template = t3tsref:data-type-string
Define a template file for this gallery type.
settings.gallery.itemTemplate¶
plugin.tx_genericgallery.settings.gallery.itemTemplate = t3tsref:data-type-string
Define a detail view template file for this gallery type.