-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarko.json
36 lines (35 loc) · 1.15 KB
/
marko.json
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
33
34
35
36
{
"taglib-id": "se-step-navigator",
"tags": {
"se-step-navigator": {
"template": "./src/index.marko",
"@title": "string",
"@previousStepText": "string",
"@nextStepText": "string",
"@isProgressStepperHidden": "boolean",
"@content-styles": "string",
"@width": "string",
"@buttonAlignment": "string",
"@nextStepButtonPriority": "string",
"@previousStepButtonPriority": "string",
"@nextStepButtonDisabled": "boolean",
"@previousStepButtonDisabled": "boolean",
"@nextStepTracking": "object",
"@previousStepTracking": "object",
"@step <step>[]": {
"@a11yText": "string",
"@title": "string",
"@subtitle": "string",
"@content": "expression",
"@moduleName": "string"
},
"@static-content": {
"type": "expression",
"target-property": "static"
},
"@footer": {
"type": "expression"
}
}
}
}