you could use a decorator. this would part of the config object you pass to ClassicEditor.create
link: {
decorators: {
buttonLink: {
mode: 'manual',
label: 'Style as button',
defaultValue: false,
attributes: {
class: 'link-button'
}
}
}
}
the interface would look like
then you'd just need to make a css style for a.link-button
to style as you'd like.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…