diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 15:49:52 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 15:49:52 +0100 |
| commit | 4c066bedb82d4b705d0e60308ceee64daf97388c (patch) | |
| tree | 2090aaca1db3287b813d2f90d287abcacc49364b /emailing/campaigns | |
| parent | c804725c15813e17dfc36ab4e932621948e7d262 (diff) | |
| download | mitjafelicijan.com-4c066bedb82d4b705d0e60308ceee64daf97388c.tar.gz | |
Added json template and upgraded code to allow testing
Diffstat (limited to 'emailing/campaigns')
| -rw-r--r-- | emailing/campaigns/template.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emailing/campaigns/template.json b/emailing/campaigns/template.json new file mode 100644 index 0000000..56b33c9 --- /dev/null +++ b/emailing/campaigns/template.json | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | { | ||
| 2 | "categories": [ | ||
| 3 | { | ||
| 4 | "name": "General", | ||
| 5 | "links": [ | ||
| 6 | { | ||
| 7 | "title": "", | ||
| 8 | "url": "", | ||
| 9 | "excerpt": "", | ||
| 10 | "source": "" | ||
| 11 | } | ||
| 12 | ] | ||
| 13 | } | ||
| 14 | ] | ||
| 15 | } | ||
