[TYPO3-german] Re: Yag Auflösungscache neu erstellen für Frontend Themes

netscout rene at enskat.de
Wed Apr 23 15:09:37 CEST 2014


Hallo,

Ich habe das ganze für Galleria probiert aber das geht leide rnicht er erstellt dann gar keinen Cache mehr im Backend.
Mein Template Setup sieht so aus:

plugin.tx_yag.settings.themes.galleria {

        title = Galleria
        description = Galleria.io gallery

        resolutionConfigs {
                thumb >
                thumb {
                        width = 140c
                        height = 140c
                }

                galleryThumb < .thumb
                albumThumb < .thumb

                medium {
                       #width = 800c
                       #height = 400c
                       maxW = 1200
                       maxH = 1200
                }

               big >
               big {
                   width = 0
                   height = 0
               }
        }

        ## If set to 1, render the images in a JSON format instead of html tags
        jsonMode = 1
        ## width and height of the galleria frame
        width = 960
        height = 500

        ##
        ## These settings are directly converted to galleria js settings
        ##
        galleriaSettings {

                ## Default options
                thumbCrop = height
                ##imageCrop = portrait
                transition = slide
                swipe = auto
                lightbox = true

                ## Specific for classic theme
                _toggleInfo = true

        }

        ## basepath to the gallery theme directory
        galleriaThemeBasePath = EXT:yag_themepack_jquery/Resources/Public/GallerySource/Galleria/src/themes/

        ## select a theme from the directory
        galleriaTheme = classic

    controller {
                ItemList {
                        list.template = EXT:yag_themepack_jquery/Resources/Private/Templates/Galleria/ItemList/List.html
                }
        }


        includeLibJS = jQuery
        includeLibCSS >

        includeJS {
                galleria = EXT:yag_themepack_jquery/Resources/Public/GallerySource/Galleria/src/galleria.js
        }

        includeCSS {
            #nivoSlider10 = EXT:yag_themepack_jquery/Resources/Public/GallerySource/NivoSlider/themes/default/default.css

        }
}

module.tx_yag.settings.themes.galleria < plugin.tx_yag.settings.themes.galleria



More information about the TYPO3-german mailing list