File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { littlefoot } from 'littlefoot'
2
+
3
+ export default function ( ) {
4
+ littlefoot ( {
5
+ }
6
+ )
7
+
8
+ }
Original file line number Diff line number Diff line change
1
+ settings :
2
+ connection_settings :
3
+ - name : API Key
4
+ configurable : true
5
+ location : Global Setting
6
+ notes : " "
7
+ - name : Track Products Once
8
+ configurable : false
9
+ location : null
10
+ notes : " Not applicable to Cloud mode"
11
+ - name : Version Name
12
+ configurable : true
13
+ location : " Action field **App Version**. Defaults to `context.app.version`."
14
+ notes : " "
15
+ - name : Connection Mode
16
+ configurable : true
17
+ location : null
18
+ notes : Actions support Cloud mode connections
19
+ page_and_screen :
20
+ - name : Track all pages to Amplitude
21
+ configurable : true
22
+ location : " Subscription **Page Calls**"
23
+ notes : When enabled, Amplitude (Actions) tracks all Page calls by default
You can’t perform that action at this time.
0 commit comments