feat: TinyMCE list style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user