Use styles from settings controller in preview
[MAILPOET-5638]
This commit is contained in:
@ -113,10 +113,18 @@ class SettingsController {
|
||||
],
|
||||
],
|
||||
'colors' => [
|
||||
'background' => '#000000',
|
||||
'background' => '#ffffff',
|
||||
],
|
||||
'typography' => [
|
||||
],
|
||||
// Value are only for purpose of displaying in the preview component in style sidebar
|
||||
'elements' => [
|
||||
'h1' => [
|
||||
'color' => '#000000',
|
||||
'fontWeight' => 'bold',
|
||||
'fontFamily' => "Arial, 'Helvetica Neue', Helvetica, sans-serif",
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user