Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

426
Vistas
How to disable list types for Jodit Editor?

I want to update my Jodit dependency to the latest version, but I want to disable the differnt list style types for ordered and unordered lists. Is there any way how I can achive this?

In the old version, that I'm currently using I can simple select a ordered or an unordered list. enter image description here

In the latest version there are differnt styles, but I only want <ul></ul> or <ol></ol> without giving the user the option values to select e.g. "Lower Alpha" or "Lower Greek"

enter image description here

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

You can use the Jodit Playground to disable the plugins. The ordered and unordered lists belong together and can be disabled this way:

var editor = new Jodit("#editor", {
  "disablePlugins": "ordered-list"
});

Before: enter image description here

After: enter image description here

about 4 years ago · Juan Pablo Isaza Denunciar

0

I partially solved it, by overwriting the config for ul ol controls.

__Editor = new Jodit('#editor', {
        controls: {
            ul: {
                list: Jodit.atom({
                    default: 'Default'
                })
            },
            ol: {
                list: Jodit.atom({
                    default: 'Default'
                })
            }
        }
    });

Jodit.atom causes a replacment of the default values. https://xdsoft.net/jodit/pro/docs/how-to/add-custom-font-family.md

You can find the default values in the plugin defintion file: https://xdsoft.net/jodit/pro/docs/how-to/add-custom-font-family.md

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda