config.index_enable = 1
config.index_externals = 1
config.index_metatags = 1

plugin.tx_indexedsearch {
	view {
	    templateRootPaths {
	        20 = EXT:energize/Resources/Private/Plugin/Indexed_search/Templates/
	    }
	    partialRootPaths {
	        20 = EXT:energize/Resources/Private/Plugin/Indexed_search/Partials/
	    }
	    layoutRootPaths {
	        20 = EXT:energize/Resources/Private/Plugin/Indexed_search/Partials/
	    }
	}

	results.summaryCropAfter = 100

 
	// For piBase plugin
	iconRendering = CASE
	iconRendering {
		stdWrap.wrap = <span class="fa fa-|"></span>

		key.current = 1
		default = TEXT
		default.value = file

		## word
		doc < .default
		doc.value = file-word
		docx < .doc

		## excel
		xls < .default
		xls.value = file-excel
		xlsx < .xls

		## power point
		pps < .default
		pps.value = file-powerpoint
		ppt < .pps
		pptx < .pps

		## html
		#html < .default
		#html.value =
		#htm < .html
		#xhtml < .html

		## images
		jpg < .default
		jpg.value = image
		tif < .jpg
		png < .jpg
		svg < .jpg

		## pdf
		pdf < .default
		pdf.value = file-pdf

		## code
		sql < .default
		sql.value = code
		xml < .sql
		csv < .sql
	} 
	// For Extbase plugin
	settings.iconRendering < .iconRendering

	settings.types {
		// pids , seperated
		news {
			label = Nachrichten
			pids = 51
		}
		#persons {
		#	label = Personen
		#	pids = 9999999,8888
		#}
		
	}
}



