Specials

Setup

Configure it with the Constant Editor.

  • Constant Editor > [CADDY - OPTIONS - SPECIALS]

Configuration

plugin.tx_caddy_pi1.api.options.specials {
    // devider for list of options in e-mails und PDF attachments
  devider = TEXT
  devider {
    value       = ,
    noTrimWrap  = || |
  }
    // default method
  preset = {$plugin.caddy.options.specials.default}
    // neutralpackage, addfeeforislands
  options =
  options {
      // neutralpackage: enabled, title, extra, tax
    1 =
    1 {
      ...
    }
    ...
  }
}