Skip to content

Commit

Permalink
feat: add privacy policy url to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D committed Jun 27, 2024
1 parent cd4d87e commit f7514c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions e-initiative.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
petition: {
endDate: new Date('2024-10-10 GMT+7'),
expectedSignatures: 10000,
privacyPolicyUrl: 'https://wevis.info/terms-of-use/',
offline: {
formUrl: 'petition-form.pdf',
formExampleImageUrl: 'https://placehold.co/280x397?text=example',
Expand Down
2 changes: 2 additions & 0 deletions src/models/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export interface EInitiativeConfig {
petition: {
/** Build after campaign end will disable signature submission */
endDate: Date;
/** URL to privacy policy */
privacyPolicyUrl: string;
/** Number of signatures goal */
expectedSignatures: number;
/** Offline channel information
Expand Down

0 comments on commit f7514c0

Please sign in to comment.