plugin.tx_icticontent {
	view {
		templateRootPath = {$plugin.tx_icticontent.view.templateRootPath}
		partialRootPath = {$plugin.tx_icticontent.view.partialRootPath}
		layoutRootPath = {$plugin.tx_icticontent.view.layoutRootPath}
	}
	persistence {
		storagePid = {$plugin.tx_icticontent.persistence.storagePid}
	}


}

plugin.tx_icticontent._CSS_DEFAULT_STYLE (

)




## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
plugin.tx_icticontent {

	view {
		pluginNamespace = {$plugin.tx_icticontent.view.pluginNamespace}
	}
	settings {
		itemsPerPage = 10
	}

}

config.tx_extbase {
	persistence{
		classes {
			Tx_Icticontent_Domain_Model_Typo3Page {
				mapping {
					tableName = pages
                    columns {
                        title.mapOnProperty = name
                    }
				}
			}

			#
			# STI for Content 
			#
			Tx_Icticontent_Domain_Model_Content {
			}

			#
			# STI for Media 
			#
			Tx_Icticontent_Domain_Model_Media {
				subclasses {
					Tx_Icticontent_Domain_Model_MediaFile = Tx_Icticontent_Domain_Model_MediaFile
					Tx_Icticontent_Domain_Model_MediaExternal = Tx_Icticontent_Domain_Model_MediaExternal
				}
			}

			Tx_Icticontent_Domain_Model_MediaFile {
				mapping {
					recordType = Tx_Icticontent_Domain_Model_MediaFile
					tableName = tx_icticontent_domain_model_media
				}
			}

			Tx_Icticontent_Domain_Model_MediaExternal {
				mapping {
					recordType = Tx_Icticontent_Domain_Model_MediaExternal
					tableName = tx_icticontent_domain_model_media
				}
			}
		}
	}
}
