equal
deleted
inserted
replaced
10 "width": { |
10 "width": { |
11 "type": "number" |
11 "type": "number" |
12 }, |
12 }, |
13 "isLink": { |
13 "isLink": { |
14 "type": "boolean", |
14 "type": "boolean", |
15 "default": true |
15 "default": true, |
|
16 "role": "content" |
16 }, |
17 }, |
17 "linkTarget": { |
18 "linkTarget": { |
18 "type": "string", |
19 "type": "string", |
19 "default": "_self" |
20 "default": "_self", |
|
21 "role": "content" |
20 }, |
22 }, |
21 "shouldSyncIcon": { |
23 "shouldSyncIcon": { |
22 "type": "boolean" |
24 "type": "boolean" |
23 } |
25 } |
24 }, |
26 }, |