Skip to content

Commit a8a583b

Browse files
committed
init
1 parent a26db5f commit a8a583b

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

js/littlefoot/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { littlefoot } from 'littlefoot'
2+
3+
export default function () {
4+
littlefoot({
5+
}
6+
)
7+
8+
}

src/_data/actions/amplitude.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)