DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Target group: Administrators

Configuration

This chapter descripes all configuration options for Datec Booking, aviable via TypoScript. To change these options please add an extension template to your ROOT-template.

Minimum Configuration

Upon new installation add the static template 'Datec Contact' to your ROOT-Template (Web > Template > Edit the ROOT-Templates > Contains > Static Template from Extension) and set at least the following options:

plugin.tx_dateccontact_contact.settings.storagePid = 994
plugin.tx_dateccontact_contact.settings.mail {
        internMailFrom = <Server E-Mail Adresse [VON]>
        internMailFromName = Datec Kontakt
        internMailTo = <Admin E-Mail Adresse [ZU]>
}

General Configuration

Pluginpath: plugin.tx_datecbooking_contact

Property Type Description Default
view.templateRootPath string Contant, path to the templates EXT:datec_contact/Resources/Private/Templates/
view.partialRootPath string Contant, path to the partials EXT:datec_contact/Resources/Private/Partials/
view.layoutRootPath string Contant, path to the layouts EXT:datec_contact/Resources/Private/Layouts/
settings.storagePid int Storage folder (PID) for contacts, subjects, guestbookmessage and contactmessage  
settings.contact.formFields string Comma-seperated list of fields for contact field first_name,last_name,email,telephone,fax,address,zip,city,company
settings.contact.requireFields string Comma-seperated list of required fields for contact field first_name,last_name,email
settings.guestbook.formfields string Comma-seperated list of fields for guestbook field first_name,last_name,email
settings.guestbook.requireFields string Comma-seperated list of required fields for guestbook field first_name,last_name,email
settings.mail.internMailFrom string E-mail address of server sending automatic messages [FROM]  
settings.mail.internMailFromName string Name for emails from server [FROMNAME] Datec Kontakt
settings.mail.internMailTo string E-mail addess of recipient (admin) of automatic messages [TO]  
settings.mail.logoInMail string Path to E-Mail Logo  
settings.display.dateFormat string Date format of guestbook entries 'd.m.Y'
settings.display.username string Selecting the username, the real name or the name to be displayed with title realname
settings.pagination.enable int Enable and Disable of Pagination 1
settings.pagination. maxItemsPerPage int Result count per page in pagination 10
settings.cssClasses.form string CSS class for forms (bootrap 3 default, etc. on following options) form form-horizontal
settings.cssClasses.formLabel string CSS class for form labels ('label') col-sm-4 control-label
settings.cssClasses.formField string CSS class for form field ('input') form-control
settings.cssClasses.formFieldWrap string CSS class to warp of form field + Label form-group
settings.cssClasses.formFieldInnerWrap string CSS class to warp of form field col-sm-8
settings.cssClasses.formButton string CSS class for form buttons ('button') btn btn-primary
settings.cssClasses.formSubmitWrap string CSS class to warp of form buttons col-sm-offset-4 col-sm-5