From 8684d22d7133076dee5312bccf567c1bd979b79f Mon Sep 17 00:00:00 2001 From: Rahul Shinde Date: Tue, 19 Nov 2024 14:24:15 +0530 Subject: [PATCH 1/3] Update integrations.rst --- docs/components/integrations.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index 73893ffa..be8bd05f 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -128,3 +128,14 @@ If the Integration includes a Builder, Email, or Landing Page: 1. :ref:`Register the Integration` as an Integration that provides a custom builder. 2. Configure what featured builders the Integration supports (Mautic currently supports 'Email' and 'Landing Page' builders). + +.. vale off + +Config Form Notes Interface +*************************** + +.. vale on + +The interface, :code:`\Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormNotesInterface`, provides a way to put notes, either info or warning, on the plugin configuration form. + +Read more about to how-tos :ref:`Integration Configuration Form Notes` From 0c1e5311fdf56ec7772b095ea86f6aa7a2470891 Mon Sep 17 00:00:00 2001 From: Rahul Shinde Date: Tue, 19 Nov 2024 14:26:58 +0530 Subject: [PATCH 2/3] Update integrations.rst --- docs/components/integrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index be8bd05f..6ed2fc77 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -138,4 +138,4 @@ Config Form Notes Interface The interface, :code:`\Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormNotesInterface`, provides a way to put notes, either info or warning, on the plugin configuration form. -Read more about to how-tos :ref:`Integration Configuration Form Notes` +Read more about to how-tos :ref:`Integration Configuration Form Notes` From ed47192f17725f90f1b096f611feae806879a192 Mon Sep 17 00:00:00 2001 From: Rahul Shinde Date: Tue, 3 Dec 2024 08:29:15 +0530 Subject: [PATCH 3/3] Update docs/components/integrations.rst --- docs/components/integrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index 6ed2fc77..186adae6 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -136,6 +136,6 @@ Config Form Notes Interface .. vale on -The interface, :code:`\Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormNotesInterface`, provides a way to put notes, either info or warning, on the plugin configuration form. +The interface, :code:`\Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormNotesInterface`, provides a way to add notes, either info or warning, to the Plugin configuration form. Read more about to how-tos :ref:`Integration Configuration Form Notes`