Files
2018-04-02 08:07:38 +02:00

85 lines
2.7 KiB
Plaintext

plugin.tx_ifoberstufenplaner {
view {
templateRootPath = {$plugin.tx_ifoberstufenplaner.view.templateRootPath}
partialRootPath = {$plugin.tx_ifoberstufenplaner.view.partialRootPath}
layoutRootPath = {$plugin.tx_ifoberstufenplaner.view.layoutRootPath}
}
persistence {
storagePid = {$plugin.tx_ifoberstufenplaner.persistence.storagePid}
}
features {
# uncomment the following line to enable the new Property Mapper.
# rewrittenPropertyMapper = 1
}
}
plugin.tx_ifoberstufenplaner._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-if-oberstufenplaner table {
border-collapse:separate;
border-spacing:10px;
}
.tx-if-oberstufenplaner table th {
font-weight:bold;
}
.tx-if-oberstufenplaner table td {
vertical-align:top;
}
.typo3-messages .message-error {
color:red;
}
.typo3-messages .message-ok {
color:green;
}
)
#page.includeCSS {
# if_oberstufenplaner = EXT:if_oberstufenplaner/Resources/Public/css/style.css
# if_oberstufenplaner.excludeFromConcatenation = 1
#
# if_oberstufenplanerFont1 = http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800
# if_oberstufenplanerFont1.external = 1
# if_oberstufenplanerFont1.disableCompression = 1
# if_oberstufenplanerFont1.media = all
# if_oberstufenplanerFont1.excludeFromConcatenation = 1
# if_oberstufenplanerFont2 = http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300
# if_oberstufenplanerFont2.external = 1
# if_oberstufenplanerFont2.disableCompression = 1
# if_oberstufenplanerFont2.media = all
# if_oberstufenplanerFont2.excludeFromConcatenation = 1
# if_oberstufenplanerFont3 = //maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
# if_oberstufenplanerFont3.external = 1
# if_oberstufenplanerFont3.disableCompression = 1
# if_oberstufenplanerFont3.media = all
# if_oberstufenplanerFont3.excludeFromConcatenation = 1
#}
page.includeJS {
if_oberstufenplanerFaecherplaner = EXT:if_oberstufenplaner/Resources/Public/js/faecherplaner.js
if_oberstufenplanerFaecherplaner.forceOnTop = 1
if_oberstufenplanerFaecherplaner.excludeFromConcatenation = 1
if_oberstufenplanerKonfigurator = EXT:if_oberstufenplaner/Resources/Public/js/konfigurator.js
if_oberstufenplanerKonfigurator.forceOnTop = 1
if_oberstufenplanerKonfigurator.excludeFromConcatenation = 1
if_oberstufenplanerJqueryUI = EXT:if_oberstufenplaner/Resources/Public/js/jquery-ui.min.js
if_oberstufenplanerJqueryUI.forceOnTop = 1
if_oberstufenplanerJquery = https://code.jquery.com/jquery-1.9.1.min.js
if_oberstufenplanerJquery.external = 1
if_oberstufenplanerJquery.forceOnTop = 1
}