-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.contracts.json
More file actions
32 lines (32 loc) · 940 Bytes
/
plugin.contracts.json
File metadata and controls
32 lines (32 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "1",
"contracts": [
{
"kind": "step",
"type": "step.analytics_inject_html",
"mode": "strict",
"input": "workflow.plugins.analytics.AnalyticsInjectHTMLInput",
"output": "workflow.plugins.analytics.AnalyticsInjectHTMLOutput"
},
{
"kind": "module",
"type": "analytics.google_provider",
"mode": "strict",
"config": "workflow.plugins.analytics.GoogleProviderConfig"
},
{
"kind": "step",
"type": "step.analytics_google_ga4_ensure",
"mode": "strict",
"input": "workflow.plugins.analytics.GoogleGA4EnsureInput",
"output": "workflow.plugins.analytics.GoogleGA4EnsureOutput"
},
{
"kind": "step",
"type": "step.analytics_google_gtm_ensure",
"mode": "strict",
"input": "workflow.plugins.analytics.GoogleGTMEnsureInput",
"output": "workflow.plugins.analytics.GoogleGTMEnsureOutput"
}
]
}