Files
simrs-jatim/webservice/farmasi/config/beautymail.php
T
2024-04-19 14:04:41 +07:00

38 lines
738 B
PHP

<?php
return [
// These CSS rules will be applied after the regular template CSS
/*
'css' => [
'.button-content .button { background: red }',
],
*/
'colors' => [
'highlight' => '#004ca3',
'button' => '#004cad',
],
'view' => [
'senderName' => null,
'reminder' => null,
'unsubscribe' => null,
'address' => null,
'logo' => [
'path' => 'https://rsusaifulanwar.jatimprov.go.id/wp-content/uploads/2019/08/slide2Fix-1024x498.jpg',
'width' => '500',
'height' => '',
],
'twitter' => null,
'facebook' => null,
'flickr' => null,
],
];