From 13a5165375f025400eebac1e485797dbe34f43d7 Mon Sep 17 00:00:00 2001 From: Claudio-Emmolo <113107618+Claudio-Emmolo@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:36:56 +0100 Subject: [PATCH] Index button, add htmlpanel --- src/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 74057d7..6c7da08 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,12 @@ tinymce.PluginManager.add('index', function (editor, url) { title: 'Index', body: { type: 'panel', - items: [] + items: [ + { + type: 'htmlpanel', + html: '

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.

' + } + ] }, buttons: [ {