diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index 0cc83c28..59acebfb 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -127,3 +127,18 @@ 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 + +.. vale off + +The interface, ``\Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormNotesInterface``, provides a way to add notes - either info or warning - to the Plugin configuration form. + +Learn more about it on :ref:`Integration Configuration Form Notes`. + +.. vale on