PHP Classes

File: modules/system/models/mailsetting/fields.yaml

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/models/mailsetting/fields.yaml   Download  
File: modules/system/models/mailsetting/fields.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 2,976 bytes
 

Contents

Class file image Download
# =================================== # Field Definitions # =================================== tabs: fields: sender_name: label: system::lang.mail.sender_name span: auto tab: system::lang.mail.general sender_email: label: system::lang.mail.sender_email span: auto type: email tab: system::lang.mail.general driver_hint: type: hint path: ~/modules/system/models/mailsetting/_drivers_hint.php tab: system::lang.mail.general send_mode: label: system::lang.mail.method type: balloon-selector tab: system::lang.mail.general smtp_address: label: system::lang.mail.smtp_address tab: system::lang.mail.general span: left trigger: action: show field: send_mode condition: value[smtp] smtp_port: label: system::lang.mail.smtp_port type: number tab: system::lang.mail.general span: auto trigger: action: show field: send_mode condition: value[smtp] smtp_authorization: type: checkbox label: system::lang.mail.smtp_authorization tab: system::lang.mail.general comment: system::lang.mail.smtp_authorization_comment trigger: action: show field: send_mode condition: value[smtp] smtp_user: label: system::lang.mail.smtp_username tab: system::lang.mail.general span: left dependsOn: - send_mode - smtp_authorization smtp_password: label: system::lang.mail.smtp_password tab: system::lang.mail.general type: sensitive span: right dependsOn: - send_mode - smtp_authorization sendmail_path: label: system::lang.mail.sendmail_path commentAbove: system::lang.mail.sendmail_path_comment tab: system::lang.mail.general trigger: action: show field: send_mode condition: value[sendmail] failover_mailers: label: system::lang.mail.failover_mailers placeholder: system::lang.mail.failover_mailers_placeholer type: taglist options: getFailoverMailersOptions customTags: false tab: system::lang.mail.general trigger: action: show field: send_mode condition: value[failover] _send_test: type: partial path: ~/modules/system/models/mailsetting/_send_test_button.php tab: system::lang.mail.general