| Index: .sitescripts.example |
| =================================================================== |
| --- a/.sitescripts.example |
| +++ b/.sitescripts.example |
| @@ -150,16 +150,31 @@ |
| [hg_module_milestones] |
| Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? |
| Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? |
| [formmail] |
| template=formmail/template/eyeo.mail |
| +[formmail2] |
| +test.url=test/apply/submit |
| +test.template=formmail/test/template/test.mail |
| +test.fields.email=mandatory, email |
| +test.fields.email.mandatory=You failed the email test |
| +test.fields.name=mandatory |
| +test.fields.name.mandatory=You failed the name test |
| +test.fields.subject=mandatory |
|
Vasily Kuznetsov
2016/09/12 11:33:19
I guess we don't need several mandatory fields, th
|
| +test.fields.subject.mandatory=You failed the subject test |
| +test.fields.message=mandatory |
| +test.fields.message.mandatory=You failed the message test |
| +test.fields.non_mandatory_message= |
| + |
| + |
|
Vasily Kuznetsov
2016/09/12 11:33:19
Too many empty lines perhaps.
|
| + |
| [submit_email] |
| edge_filename=%(root)s/logs/edge_email_addresses.txt |
| edge_verification_email_template=submit_email/template/edge_verification.mail |
| successful_verification_redirect_location=https://adblockplus.org/{lang}/verification-success |
| [send_installation_link] |
| email_template=send_installation_link/template/adblockbrowser_installation_link.tmpl |