Skip to content

Commit

Permalink
Index button, add htmlpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Feb 1, 2024
1 parent a970130 commit 13a5165
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ tinymce.PluginManager.add('index', function (editor, url) {
title: 'Index',
body: {
type: 'panel',
items: []
items: [
{
type: 'htmlpanel',
html: '<p>Aggiungendo un index, tutte le intestazioni (H1, H2, H3… H6) verranno inserite automaticamente all’interno di una lista non ordinata. Assicurati che le intestazioni seguano sempre l’ordine corretto.</p>'
}
]
},
buttons: [
{
Expand Down

0 comments on commit 13a5165

Please sign in to comment.