module.tx_sgestatecore {
	persistence {
		# cat=sg.estate.core//a; type=string; label=Default storage PID
		storagePid =
	}
    settings {
        geocoding {
            # cat=sg.estate.core//b; type=string; label=Geocoding provider
            provider =
        }
    }
}

plugin.tx_sgestatecore {
    # cat=sg.estate.core//b; type=int; label=Default Cache Lifetime
    defaultCacheLifetime = 86400
    #               0:  'kaltmiete',        'ASC'
    #               1:  'kaltmiete',        'DESC'
    #               2:  'wohnflaeche',      'ASC'
    #               3:  'wohnflaeche',      'DESC'
    #               4:  'anzahl_zimmer',    'ASC'
    #               5:  'anzahl_zimmer',    'DESC'
    #               6:  'stadtteil',        'ASC'
    #               7:  'objekt_etage',     'ASC'
    #               8:  'objekt_etage',     'DESC'
    #               9:  'ort',              'ASC'
    #               10: 'tstamp',           'ASC'
    #               11: 'tstamp',           'DESC'
    defaultSort =
}