Set headings color from WooCommerce
[MAILPOET-2279]
This commit is contained in:
committed by
Jack Kitterhing
parent
82acd544ab
commit
80ec5c53f0
@ -4,9 +4,12 @@ import BaseBlock from 'newsletter_editor/blocks/base';
|
||||
|
||||
const BlockModel = BaseBlock.BlockModel.extend({
|
||||
defaults: function () {
|
||||
return {
|
||||
return this._getDefaults({
|
||||
type: 'woocommerceContent',
|
||||
};
|
||||
styles: {
|
||||
titleColor: '#000000',
|
||||
},
|
||||
}, App.getConfig().get('blockDefaults.woocommerceContent'));
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user