feat: TinyMCE list style
Some checks failed
Deployment / wordpress (push) Successful in 6s
Deployment / nuxt (push) Has been cancelled

This commit is contained in:
2026-02-01 21:14:59 -05:00
parent faf39ca182
commit 8ae6dafb62
5 changed files with 16 additions and 2 deletions

View File

@@ -50,6 +50,16 @@ function moonshine_tiny_mce_before_init( $settings ) {
),
),
),
array(
'title' => __( "List styles", 'moonshine' ),
'items' => array(// List styles
array(
'title' => "Liste horizontale",
'selector' => 'ul,ol',
'classes' => 'list-horizontal',
),
),
),
array(
'title' => __( "Heading styles", 'moonshine' ),
'items' => array(// Heading styles