'How can I configure list styles in CKEditor5?

we have a requirement where we have to remove one list style from CKEditor 5 Currently if list properties plugin is enabled, then following 6 list styles are available in CKE 5.

  1. decimal
  2. decimal-with-leading-zero
  3. lower-roman
  4. upper-roman
  5. lower-latin
  6. upper-latin

but we have a requirement where we don't want to show decimal with leading zero list style to the user. Is there anyway I can configure it? Is it configurable?



Solution 1:[1]

Unfortunately, there is no official way of disabling it, as it comes included in the core of the plugin.

Possible way is that you customize the editor as you want it, you can find it here.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SDP