| Current Path : /var/www/surf/TYPO3/src/surf/Configuration/TypoScript/ |
| Current File : /var/www/surf/TYPO3/src/surf/Configuration/TypoScript/setup.typoscript |
plugin.tx_surf_order {
view {
templateRootPaths.0 = EXT:surf/Resources/Private/Templates/
templateRootPaths.1 = {$plugin.tx_surf_order.view.templateRootPath}
partialRootPaths.0 = EXT:surf/Resources/Private/Partials/
partialRootPaths.1 = {$plugin.tx_surf_order.view.partialRootPath}
layoutRootPaths.0 = EXT:surf/Resources/Private/Layouts/
layoutRootPaths.1 = {$plugin.tx_surf_order.view.layoutRootPath}
}
persistence {
storagePid = {$plugin.tx_surf_order.persistence.storagePid}
#recursive = 1
}
features {
#skipDefaultArguments = 1
# if set to 1, the enable fields are ignored in BE context
ignoreAllEnableFieldsInBe = 0
}
mvc {
#callDefaultActionIfActionCantBeResolved = 1
}
}
plugin.tx_surf_delivery {
view {
templateRootPaths.0 = EXT:surf/Resources/Private/Templates/
templateRootPaths.1 = {$plugin.tx_surf_delivery.view.templateRootPath}
partialRootPaths.0 = EXT:surf/Resources/Private/Partials/
partialRootPaths.1 = {$plugin.tx_surf_delivery.view.partialRootPath}
layoutRootPaths.0 = EXT:surf/Resources/Private/Layouts/
layoutRootPaths.1 = {$plugin.tx_surf_delivery.view.layoutRootPath}
}
persistence {
storagePid = {$plugin.tx_surf_delivery.persistence.storagePid}
#recursive = 1
}
features {
#skipDefaultArguments = 1
# if set to 1, the enable fields are ignored in BE context
ignoreAllEnableFieldsInBe = 0
}
mvc {
#callDefaultActionIfActionCantBeResolved = 1
}
}
# these classes are only used in auto-generated templates
plugin.tx_surf._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-surf table {
border-collapse: separate;
border-spacing: 10px;
}
.tx-surf table th {
font-weight: bold;
}
.tx-surf table td {
vertical-align: top;
}
.typo3-messages .message-error {
color: red;
}
.typo3-messages .message-ok {
color: green;
}
)