Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .sitescripts.example

Issue 29352795: Issue 4377 - Add Configurable Form to Email Service (Episode 2) (Closed)
Patch Set: Created Sept. 13, 2016, 8:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/formmail/test/template/test.mail » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -8,16 +8,17 @@
[multiplexer]
sitescripts.subscriptions.web.fallback =
sitescripts.crashes.web.submitCrash =
sitescripts.reports.web.submitReport =
sitescripts.reports.web.updateReport =
sitescripts.reports.web.showDigest =
sitescripts.reports.web.showUser =
sitescripts.formmail.web.formmail =
+sitescripts.formmail.web.formmail2 =
sitescripts.submit_email.web.submit_email =
sitescripts.send_installation_link.web.send_installation_link =
sitescripts.crawler.web.crawler =
sitescripts.urlfixer.web.submitData =
sitescripts.extensions.web.downloads =
sitescripts.extensions.web.adblockbrowserUpdates =
sitescripts.testpages.web.sitekey_frame =
@@ -150,16 +151,26 @@
[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.email.email=You failed the email validation
+test.fields.non_mandatory_email=email
+test.fields.non_mandatory_message=
+test.fields.mandatory=mandatory
+
[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
« no previous file with comments | « no previous file | sitescripts/formmail/test/template/test.mail » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld