client/formatting toolbar: add CSS classes to the "Admonition" dropdown items

pull/1994/head
Adorian Doran 2025-05-21 21:36:00 +07:00
parent 485015103a
commit addafa85c3
1 changed files with 1 additions and 0 deletions

@ -113,6 +113,7 @@ export default class AdmonitionUI extends Plugin {
model: new ViewModel({
commandParam: type,
label: admonition.title,
class: `ck-tn-admonition-option ck-tn-admonition-${type}`,
role: 'menuitemradio',
withText: true
})