diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index 73893ffa..186adae6 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 add notes, either info or warning, to the Plugin configuration form. + +Read more about to how-tos :ref:`Integration Configuration Form Notes`