changeset 16 | a86126ab1dd4 |
child 18 | be944660c56a |
15:3d4e9c994f10 | 16:a86126ab1dd4 |
---|---|
1 { |
|
2 "name": "core/calendar", |
|
3 "category": "widgets", |
|
4 "attributes": { |
|
5 "align": { |
|
6 "type": "string", |
|
7 "enum": [ |
|
8 "left", |
|
9 "center", |
|
10 "right", |
|
11 "wide", |
|
12 "full" |
|
13 ] |
|
14 }, |
|
15 "className": { |
|
16 "type": "string" |
|
17 }, |
|
18 "month": { |
|
19 "type": "integer" |
|
20 }, |
|
21 "year": { |
|
22 "type": "integer" |
|
23 } |
|
24 }, |
|
25 "supports": { |
|
26 "align": true |
|
27 } |
|
28 } |