|
1 | 1 | { |
2 | | - "slug": "logotype", |
3 | | - "default": { |
4 | | - "src": false, |
5 | | - "alt": "", |
6 | | - "caption": "", |
7 | | - "title": "", |
8 | | - "placeholderText": "Image missing", |
9 | | - "hasRipple": true |
10 | | - }, |
11 | | - "description": { |
12 | | - "src": "A image source", |
13 | | - "alt": "Alt text for the image", |
14 | | - "caption": "A label below the logotype. eg company name", |
15 | | - "title": "A title (not displayed)", |
16 | | - "placeholderText": "What to show if an invalid url is entered.", |
17 | | - "hasRipple": "Enable / disable ripple fx" |
18 | | - }, |
19 | | - "view": "logotype.blade.php", |
20 | | - "dependency": { |
21 | | - "sass": { |
22 | | - "components": [ |
23 | | - "logotype", |
24 | | - "image" |
25 | | - ] |
26 | | - } |
27 | | - } |
| 2 | + "slug": "logotype", |
| 3 | + "default": { |
| 4 | + "src": false, |
| 5 | + "alt": "", |
| 6 | + "caption": "", |
| 7 | + "title": "", |
| 8 | + "placeholderText": "Image missing", |
| 9 | + "mask": false |
| 10 | + }, |
| 11 | + "description": { |
| 12 | + "src": "A image source", |
| 13 | + "alt": "Alt text for the image", |
| 14 | + "caption": "A label below the logotype. eg company name", |
| 15 | + "title": "A title (not displayed)", |
| 16 | + "placeholderText": "What to show if an invalid url is entered.", |
| 17 | + "mask": "Mask logotype with contrast color." |
| 18 | + }, |
| 19 | + "types": { |
| 20 | + "src": "string|boolean", |
| 21 | + "alt": "string", |
| 22 | + "caption": "string", |
| 23 | + "title": "string", |
| 24 | + "placeholderText": "string", |
| 25 | + "mask": "boolean" |
| 26 | + }, |
| 27 | + "view": "logotype.blade.php", |
| 28 | + "dependency": { |
| 29 | + "sass": { |
| 30 | + "components": ["logotype", "image"] |
| 31 | + } |
| 32 | + } |
28 | 33 | } |
0 commit comments