|
2 | 2 | "Translate": { |
3 | 3 | "prefix": "m2.layout.attr.translate", |
4 | 4 | "body": [ |
5 | | - "translate=\"${2:boolean|true,false|}\"" |
| 5 | + "translate=\"${2|false,true|}\"" |
6 | 6 | ], |
7 | 7 | "description": "Translate attribute" |
8 | 8 | }, |
9 | 9 |
|
10 | 10 | "xsi:type": { |
11 | 11 | "prefix": "m2.layout.attr.xsi:type", |
12 | 12 | "body": [ |
13 | | - "xsi:type=\"${2:type|string,boolean,object,number,null,array|}\"" |
| 13 | + "xsi:type=\"${2|array,boolean,number,null,object,string|}\"" |
14 | 14 | ], |
15 | 15 | "description": "xsi:type attribute" |
16 | 16 | }, |
|
66 | 66 | "Output": { |
67 | 67 | "prefix": "m2.layout.attr.output", |
68 | 68 | "body": [ |
69 | | - "output=\"${1:|1,0|}\"$0" |
| 69 | + "output=\"${1|0,1|}\"$0" |
70 | 70 | ], |
71 | 71 | "description": "Output attribute" |
72 | 72 | }, |
|
130 | 130 | "Cacheable": { |
131 | 131 | "prefix": "m2.layout.attr.cacheable", |
132 | 132 | "body": [ |
133 | | - "cacheable=\"${boolean:|true,false|}\"$0" |
| 133 | + "cacheable=\"${1|false,true|}\"$0" |
134 | 134 | ], |
135 | 135 | "description": "Cacheable attribute" |
136 | 136 | }, |
137 | 137 |
|
138 | 138 | "Display": { |
139 | 139 | "prefix": "m2.layout.attr.display", |
140 | 140 | "body": [ |
141 | | - "display=\"${boolean:|true,false|}\"$0" |
| 141 | + "display=\"${1|false,true|}\"$0" |
142 | 142 | ], |
143 | 143 | "description": "Display attribute" |
144 | 144 | }, |
145 | 145 |
|
146 | 146 | "Remove": { |
147 | 147 | "prefix": "m2.layout.attr.remove", |
148 | 148 | "body": [ |
149 | | - "remove=\"${boolean:|true,false|}\"$0" |
| 149 | + "remove=\"${1|false,true|}\"$0" |
150 | 150 | ], |
151 | 151 | "description": "Remove attribute" |
152 | 152 | } |
|
0 commit comments