From f6aec2b0c2603c276505ee2a2c540ec3fb015db4 Mon Sep 17 00:00:00 2001 From: putzwasser <26040044+putzwasser@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:36:36 +0200 Subject: [PATCH 1/2] Update integrations.rst --- docs/components/integrations.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index 73893ffa..73392726 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -87,6 +87,10 @@ The ``HelloWorldIntegration`` needs to implement ``\Mautic\IntegrationsBundle\In } } +.. note:: + `HelloWorldIntegration::NAME` must only contain letters (a-zA-Z). + + Integration authentication ************************** From 3547974291ee29100cfc44d9bc94ab9609fa4d85 Mon Sep 17 00:00:00 2001 From: putzwasser <26040044+putzwasser@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:47:48 +0200 Subject: [PATCH 2/2] FIX: Backticks Co-authored-by: Ruth Cheesley --- 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 73392726..cc204047 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -88,7 +88,7 @@ The ``HelloWorldIntegration`` needs to implement ``\Mautic\IntegrationsBundle\In } .. note:: - `HelloWorldIntegration::NAME` must only contain letters (a-zA-Z). + ``HelloWorldIntegration::NAME`` must only contain letters such as a-z or A-Z.