From 8f3bb32c5c943223bae83228a06d27e422b1b03e Mon Sep 17 00:00:00 2001 From: Rafael Bermudez Horcajada Date: Fri, 23 Feb 2024 09:24:11 +0100 Subject: [PATCH 1/3] Add help plugin as an option in TinyMCE controlpanel --- src/plone/base/interfaces/controlpanel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plone/base/interfaces/controlpanel.py b/src/plone/base/interfaces/controlpanel.py index 33eaa8f..6163126 100644 --- a/src/plone/base/interfaces/controlpanel.py +++ b/src/plone/base/interfaces/controlpanel.py @@ -543,6 +543,7 @@ class ITinyMCEPluginSchema(Interface): SimpleTerm("emoticons", "emoticons", "emoticons"), SimpleTerm("fullpage", "fullpage", "fullpage"), SimpleTerm("fullscreen", "fullscreen", "fullscreen"), + SimpleTerm("help", "help", "help"), SimpleTerm("hr", "hr", "hr"), SimpleTerm("insertdatetime", "insertdatetime", "insertdatetime"), SimpleTerm("layer", "layer", "layer"), From 784a39d0eac359507f8e8a5b8d299804cc87256a Mon Sep 17 00:00:00 2001 From: Rafael Bermudez Horcajada Date: Fri, 23 Feb 2024 09:30:39 +0100 Subject: [PATCH 2/3] add towncrier news file --- news/41.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/41.feature diff --git a/news/41.feature b/news/41.feature new file mode 100644 index 0000000..9899874 --- /dev/null +++ b/news/41.feature @@ -0,0 +1 @@ +Make the TinyMCE help plugin available as an option [ewohnlich, rber474] \ No newline at end of file From 9a1103114250d7bd85f95168b134344c9d6e60f6 Mon Sep 17 00:00:00 2001 From: Rafael Bermudez Horcajada Date: Fri, 23 Feb 2024 09:51:47 +0100 Subject: [PATCH 3/3] avoid agreement checker fail --- news/41.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/41.feature b/news/41.feature index 9899874..694a830 100644 --- a/news/41.feature +++ b/news/41.feature @@ -1 +1 @@ -Make the TinyMCE help plugin available as an option [ewohnlich, rber474] \ No newline at end of file +Make the TinyMCE help plugin available as an option [rber474] \ No newline at end of file