Set headings color from WooCommerce

[MAILPOET-2279]
This commit is contained in:
Amine Ben hammou
2019-10-03 04:09:42 +01:00
committed by Jack Kitterhing
parent 82acd544ab
commit 80ec5c53f0
4 changed files with 20 additions and 2 deletions

View File

@ -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'));
},
});