You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mit [Bedingungen für Nachrichten]({{< ref "/message-conditions" >}}) kannst du ganze Nachrichten vom Versand ausschliessen und sie so bspw. abhängig von Formularfeldern verschicken lassen.
15
+
Mit [Bedingungen für Nachrichten]({{% ref "/message-conditions" %}}) kannst du ganze Nachrichten vom Versand ausschliessen und sie so bspw. abhängig von Formularfeldern verschicken lassen.
15
16
16
17
## Weitere, mitgelieferte Simple-Tokens
17
18
18
19
Formularfelder mit Optionen, wie bspw. Dropdowns oder Checkboxen, enthalten standardmässig die Rohwerte im jeweiligen Token.
19
-
Das [`formoptions_*`- Token]({{< ref "/additional-tokens" >}}) löst dieses Problem auf die bequemste Art und Weise für dich.
20
+
Das [`formoptions_*`- Token]({{% ref "/additional-tokens" %}}) löst dieses Problem auf die bequemste Art und Weise für dich.
20
21
21
22
## Eigene Simple Tokens
22
23
23
-
Du kannst bequem deine [eigenen, benutzerdefinierten Simple Tokens]({{< ref "/custom-tokens" >}}) auf der Grundlage anderer Token erstellen. Dies erlaubt es dir viel flexibler zu sein, indem du Informationen aus anderen Token extrahieren, sie kombinieren oder praktisch alles damit tun kannst, was du mit Twig tun kannst.
24
+
Du kannst bequem deine [eigenen, benutzerdefinierten Simple Tokens]({{% ref "/custom-tokens" %}}) auf der Grundlage anderer Token erstellen. Dies erlaubt es dir viel flexibler zu sein, indem du Informationen aus anderen Token extrahieren, sie kombinieren oder praktisch alles damit tun kannst, was du mit Twig tun kannst.
24
25
25
26
## Logs
26
27
27
-
Die [Logs]({{< ref "/logs" >}}):
28
+
Die [Logs]({{% ref "/logs" %}}):
28
29
29
30
- erlauben es, alle über das Notification Center gesendeten Benachrichtigungen anzuzeigen
30
31
- werden für eine konfigurierbare Anzahl von Tagen aufbewahrt (standardmässig `7`)
@@ -33,7 +34,7 @@ Die [Logs]({{< ref "/logs" >}}):
33
34
34
35
## Void Gateway
35
36
36
-
Das [Void Gateway]({{< ref "/void-gateway" >}}) sendet überhaupt keine Nachricht (`void` ist Englisch für "Nichts"). Stattdessen täuscht es nur eine erfolgreiche Zustellung vor, um das Testing zu vereinfachen.
37
+
Das [Void Gateway]({{% ref "/void-gateway" %}}) sendet überhaupt keine Nachricht (`void` ist Englisch für "Nichts"). Stattdessen täuscht es nur eine erfolgreiche Zustellung vor, um das Testing zu vereinfachen.
Copy file name to clipboardExpand all lines: docs/notification-center-pro/_index.en.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: "Notification Center Pro"
3
+
type: home
3
4
---
4
5
5
6
# Notification Center Pro
@@ -11,22 +12,22 @@ following features:
11
12
12
13
## Dispatch conditions for messages
13
14
14
-
With [conditions for messages]({{< ref "/message-conditions" >}}) you can exclude entire messages from being sent and thus have them sent depending on form fields, for example.
15
+
With [conditions for messages]({{% ref "/message-conditions" %}}) you can exclude entire messages from being sent and thus have them sent depending on form fields, for example.
15
16
16
17
## More form tokens
17
18
18
19
Form fields with options, such as dropdowns or checkboxes, contain the raw values in the respective tokens by default.
19
-
The [`formoptions_*`- token]({{< ref "/additional-tokens" >}}) solves this problem in the most convenient way for you.
20
+
The [`formoptions_*`- token]({{% ref "/additional-tokens" %}}) solves this problem in the most convenient way for you.
20
21
21
22
## Custom Simple Tokens
22
23
23
-
You can conveniently create your [own, custom Simple Tokens]({{< ref "/custom-tokens" >}}) based on other tokens. This will allow you to be a
24
+
You can conveniently create your [own, custom Simple Tokens]({{% ref "/custom-tokens" %}}) based on other tokens. This will allow you to be a
24
25
lot more flexible by extracting partial information from other tokens, combining them or virtually doing whatever you can do
25
26
with Twig with them.
26
27
27
28
## Logs
28
29
29
-
The [Logs]({{< ref "/logs" >}}):
30
+
The [Logs]({{% ref "/logs" %}}):
30
31
31
32
- allow to view all notifications sent via the Notification Center
32
33
- are kept for a configurable amount of days (`7` by default)
@@ -36,7 +37,7 @@ The [Logs]({{< ref "/logs" >}}):
36
37
37
38
## Void Gateway
38
39
39
-
The [Void Gateway]({{< ref "/void-gateway" >}}) does not send any message at all. Instead, it just fakes a successful delivery allowing
40
+
The [Void Gateway]({{% ref "/void-gateway" %}}) does not send any message at all. Instead, it just fakes a successful delivery allowing
Copy file name to clipboardExpand all lines: docs/notification-center-pro/custom-tokens/_index.de.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 200
6
6
7
7
Mit dem Notification Center Pro kannst du benutzerdefinierte Tokens erstellen, die du dann in deinen Benachrichtigungen verwenden kannst. Eigene Tokens basieren auf Twig-Templates, d.h. du kannst von allen Twig-Funktionen profitieren, die du dir vom Contao-Templating gewohnt bist.
8
8
9
-
Da die Möglichkeiten praktisch endlos sind, sehen wir uns ein Beispiel an. Du kannst auch einen Blick auf unsere [Beispielsammlung]({{< ref "/custom-tokens/example-collection" >}}) werfen, in der wir gängige Anwendungsfälle sammeln. Wenn du etwas hast, von dem du denkst, dass andere es verwenden könnten, lass es uns bitte wissen!
9
+
Da die Möglichkeiten praktisch endlos sind, sehen wir uns ein Beispiel an. Du kannst auch einen Blick auf unsere [Beispielsammlung]({{% ref "/custom-tokens/example-collection" %}}) werfen, in der wir gängige Anwendungsfälle sammeln. Wenn du etwas hast, von dem du denkst, dass andere es verwenden könnten, lass es uns bitte wissen!
Copy file name to clipboardExpand all lines: docs/notification-center-pro/custom-tokens/_index.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ With Notification Center Pro, you can create custom tokens which you can then us
7
7
tokens are based on Twig templates which means you can access all the goodness you know and love from Contao
8
8
templating.
9
9
10
-
As the possibilities are virtually endless, let's look at an example. You can also take a look at our [example collection]({{< ref "/custom-tokens/example-collection" >}}) where we collect common use cases. If you have something you think other users could use, please let us know!
10
+
As the possibilities are virtually endless, let's look at an example. You can also take a look at our [example collection]({{% ref "/custom-tokens/example-collection" %}}) where we collect common use cases. If you have something you think other users could use, please let us know!
0 commit comments