opentiny/fluent-editor

✨ [Feature]: head是否支持修改为中文场景

Closed this issue · 1 comments

What problem does this feature solve

image

能不能支持修改为中文场景

What does the proposed API look like

toolbar 的配置 [{ header: [1, 2, 3, 4, 5, 6, false] }]

What is your project name

·

kagol commented

@walkerleee 可以通过CSS自己控制。

示例代码:

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    content: "标题1";
}