As of the end 2020, 我发现,找到与核心块相关的属性的最佳方法是使用react developer tools.
在“组件”选项卡下,搜索[BLOCK_NAME]Edit
要查找编辑组件,请执行以下操作:[BLOCK_NAME]
类似于;“第”段"E;标题(&Q);或“或”;按钮;。
然后在检查器的右侧可以看到相关属性。
To answer the original question, 当前,属性为textColor
.
const TEMPLATE = [
[
\'core/paragraph\',
{
textColor: \'[YOUR-COLOR-SLUG]\',
},
]
]
在我的例子中,输入十六进制值似乎不起作用。但这可能是因为我全局禁用了自定义颜色选择器。