I'm using following code for gutenberg RichText block
el(
RichText,
{
key: 'editable',
tagName: 'ul',
multiline: 'li',
className: 'list-group',
onChange: onChangeContent,
value: content,
}
)
Can anyone help me how to assign a class list-item with multiline li element?