我正在更改默认属性:
const blockAttrs = {
avatarSize: {
type: \'number\',
default: 120, // 70 -> 120
},
//other attrs
};
不推荐使用的函数:
deprecated: [
{
attributes: {
...blockAttrs,
avatarSize: {
type: \'number\',
default: 70
}
},
save: function ( { attributes } ) {}
}
]
但当我刷新帖子时,block仍然显示错误:
某人