-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompletions.json
executable file
·67 lines (67 loc) · 2.19 KB
/
completions.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"tags": {
"sly": {
"attributes": []
},
"template": {
"attributes": []
}
},
"attributes": {
"data-sly-attribute": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-call": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-element": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-include": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-list": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-repeat": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-resource": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-test": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties.", "${wcmmode.", "${wcmmode.edit}", "${wcmmode.disabled}", "${itemList.index}", "${itemList.count}", "${itemList.first}", "${itemList.middle}", "${itemList.last}", "${itemList.odd}", "${itemList.even}"]
},
"data-sly-text": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-template": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-use": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-sly-unwrap": {
"global": "true",
"attribOption": ["${properties.", "${pageProperties.", "${inheritedPageProperties."]
},
"data-emptytext": {
"global": "true"
},
"class": {
"global": "true",
"attribOption": ["cq-placeholder"]
}
}
}