2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 21:57:50 +00:00
|
|
|
header: {
|
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
|
|
|
color: '{content.color}'
|
|
|
|
},
|
|
|
|
content: {
|
|
|
|
background: '{content.background}',
|
|
|
|
color: '{content.color}'
|
|
|
|
},
|
|
|
|
footer: {
|
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
|
|
|
color: '{content.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|