Skip to content

Commit f9f9963

Browse files
authored
Merge pull request #7 from pdsinterop/feature/example-mail-styles
add mailstyles to configuration example
2 parents 9c11af7 + a439bd4 commit f9f9963

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config.php.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,27 @@
1616
];
1717

1818
const MAILSTYLES = [
19+
'container' => [
20+
'backgroundColor' => '#eeeeee'
21+
],
22+
'header' => [
23+
'backgroundColor' => '#3b3b3b'
24+
],
25+
'call-to-action' => [
26+
'backgroundColor' => '#ffffff',
27+
'color' => '#181818',
28+
'colorMuted' => '#333333',
29+
'fontFamily' => 'Arial, Helvetica, sans-serif',
30+
'buttonTextColor' => '#ffffff',
31+
'buttonBackgroundColor' => '#3c6a87'
32+
],
33+
'footer' => [
34+
'backgroundColor' => '#3b3b3b',
35+
'color' => '#e8ecf0',
36+
'fontFamily' => 'Arial, Helvetica, sans-serif',
37+
]
1938
];
39+
2040
const STORAGEBASE = __DIR__ . "/pods/";
2141

2242
const PUBSUB_SERVER = "wss://pubsub:8080";

0 commit comments

Comments
 (0)