Skip to content
15 changes: 15 additions & 0 deletions docs/components/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,18 @@

1. :ref:`Register the Integration<components/integrations_builder:Register the Integration as a builder>` 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.

Check failure on line 140 in docs/components/integrations.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'config' instead of 'Config'. Raw Output: {"message": "[Vale.Terms] Use 'config' instead of 'Config'.", "location": {"path": "docs/components/integrations.rst", "range": {"start": {"line": 140, "column": 68}}}, "severity": "ERROR"}

Learn more about it on :ref:`Integration Configuration Form Notes<components/integrations_configuration_form_notes:Integration configuration form notes>`.

.. vale on