### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_indexedsearch.ts"> END:


### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_news.ts"> BEGIN:
plugin.tx_news {
        view {
                templateRootPaths >
                templateRootPaths {
                        #0 = EXT:news/Resources/Private/Templates/
                        1 = EXT:site_default/Resources/Private/Templates/Extensions/News/Templates/
                }
                partialRootPaths >
                partialRootPaths {
                        #0 = EXT:news/Resources/Private/Partials/
                        1 = EXT:site_default/Resources/Private/Templates/Extensions/News/Partials/
                }
                layoutRootPaths >
                layoutRootPaths {
                        #0 = EXT:news/Resources/Private/Layouts/
                        1 = EXT:site_default/Resources/Private/Templates/Extensions/News/Layouts/
                }
        }
}
### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_news.ts"> END:


### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_powermail.ts"> BEGIN:
plugin.tx_powermail {
        view {
                templateRootPaths >
                templateRootPaths {
                        #0 = EXT:powermail/Resources/Private/Templates/
                        1 = EXT:site_default/Resources/Private/Templates/Extensions/Powermail/Templates/
                }
                partialRootPaths >
                partialRootPaths {
                        #0 = EXT:powermail/Resources/Private/Partials/
                        1 = EXT:site_default/Resources/Private/Templates/Extensions/Powermail/Partials/
                }
                layoutRootPaths >
                layoutRootPaths {
                        #0 = EXT:powermail/Resources/Private/Layouts/
                        1 = EXT:site_default/Resources/Private/Templates/Extensions/Powermail/Layouts/
                }
        }
}
### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_powermail.ts"> END:


### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_seobasics.ts"> BEGIN:
###################################################
# Plugin SEO Basics
###################################################

### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_seobasics.ts"> END:


### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_site_default.ts"> BEGIN:
plugin.site_default.view {
	templateRootPath = EXT:site_default/Resources/Private/Templates/
    partialRootPath = EXT:site_default/Resources/Private/Partials/
    layoutRootPath = EXT:site_default/Resources/Private/Layouts/
}
### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_site_default.ts"> END:


### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_ttcontent.ts"> BEGIN:
tt_content.menu.20.default.stdWrap.outerWrap = <ul class="csc-menu csc-menu-def nav nav-stacked">|</ul>
tt_content.menu.20.1.stdWrap.outerWrap = <ul class="csc-menu csc-menu-1 nav nav-stacked">|</ul>
# disable default wrappers
tt_content.stdWrap >
### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/site_default/Configuration/TypoScript/Plugin/tx_ttcontent.ts"> END:

### <INCLUDE_TYPOSCRIPT: source="DIR:EXT:site_default/Configuration/TypoScript/Plugin" extensions="ts"> END:

[GLOBAL]

plugin.tx_ew72forms_contact {
	view {
		templateRootPaths.0 = EXT:ew72_forms/Resources/Private/Templates/
		partialRootPaths.0 = EXT:ew72_forms/Resources/Private/Partials/
		layoutRootPaths.0 = EXT:ew72_forms/Resources/Private/Layouts/
	}
	persistence {
		storagePid = 
	}
}

plugin.tx_ew72forms_download {
	view {
		templateRootPaths.0 = EXT:ew72_forms/Resources/Private/Templates/
		partialRootPaths.0 = EXT:ew72_forms/Resources/Private/Partials/
		layoutRootPaths.0 = EXT:ew72_forms/Resources/Private/Layouts/
	}
	persistence {
		storagePid = 
	}
}
plugin.tx_ew72forms_downloadpardot {
	view {
		templateRootPaths.0 = EXT:ew72_forms/Resources/Private/Templates/
		partialRootPaths.0 = EXT:ew72_forms/Resources/Private/Partials/
		layoutRootPaths.0 = EXT:ew72_forms/Resources/Private/Layouts/
	}
	persistence {
		storagePid = {$plugin.tx_ew72forms_download2.persistence.storagePid}
	}
}

plugin.tx_ew72forms_cancelsub {
	view {
		templateRootPaths.0 = EXT:ew72_forms/Resources/Private/Templates/
		partialRootPaths.0 = EXT:ew72_forms/Resources/Private/Partials/
		layoutRootPaths.0 = EXT:ew72_forms/Resources/Private/Layouts/
	}
	persistence {
		storagePid = 
	}
}

plugin.tx_ew72forms._CSS_DEFAULT_STYLE (
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-ew72-forms table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-ew72-forms table th {
		font-weight:bold;
	}

	.tx-ew72-forms table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}