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.

‘tt_news’ or ‘news’ Export

The export of ‘tt_news’ or ‘news’ articles can be configured in the Root Page. The Extension recognizes which Extension is in use.

Reference

The hook handler has to be activated with the TypoScript setting in formhandler configuration.

module.tx_eyepin6{
       settings {
               eyepinHost = letter.eyepin.com
              eyepinUser = john
           eyepinPassword = test123
            mandant = 1004494
       }

}

Optional, if you have configured your frontend plugin in the root template, you can configure your backend module as following:

plugin.tx_eyepin6{

     view{
               templateRootPath = fileadmin/templates/extensions/eyepin/Templates/
         }

      settings{
           eyepinHost = letter.eyepin.com
              eyepinUser = john
           eyepinPassword = test1234
           mandant = 112233

               #Define labels for form – acces in template {settings.label_email}
            label_email = Email

            mapping {
                   #myField = eyepinField
                      salutation = salutation
                     title = title
                       firstname = firstname
                       lastname = lastname
                         email = email
                       street = street
                     zip = zip
                   city = city
                 country = country
                   phone = phone
                       fax = fax
                   company = company
                   function = function
                 mobile = mobile
                     internet = internet
                 myField = attribute1
                        myCheckbox = attribute2
                     language = language

            }
   }
}

module.tx_eyepin6.settings < plugin.tx_eyepin6.settings