11{
2- "name" : " material/card" ,
3- "category" : " material" ,
4- "attributes" : {
5- "contentLayout" : {
6- "type" : " string" ,
7- "default" : " text-under-media"
8- },
9- "title" : {
10- "type" : " string" ,
11- "default" : " "
12- },
13- "displayTitle" : {
14- "type" : " boolean" ,
15- "default" : true
16- },
17- "secondaryText" : {
18- "type" : " string" ,
19- "default" : " "
20- },
21- "displaySecondaryText" : {
22- "type" : " boolean" ,
23- "default" : true
24- },
25- "imageSourceUrl" : {
26- "type" : " string"
27- },
28- "isImageEditMode" : {
29- "type" : " boolean"
30- },
31- "displayImage" : {
32- "type" : " boolean" ,
33- "default" : true
34- },
35- "supportingText" : {
36- "type" : " string" ,
37- "default" : " "
38- },
39- "displaySupportingText" : {
40- "type" : " boolean" ,
41- "default" : true
42- },
43- "primaryActionButtonLabel" : {
44- "type" : " string" ,
45- "default" : " "
46- },
47- "primaryActionButtonUrl" : {
48- "type" : " string"
49- },
50- "primaryActionButtonNewTab" : {
51- "type" : " bool" ,
52- "default" : false
53- },
54- "primaryActionButtonNoFollow" : {
55- "type" : " bool" ,
56- "default" : false
57- },
58- "secondaryActionButtonLabel" : {
59- "type" : " string" ,
60- "default" : " "
61- },
62- "secondaryActionButtonUrl" : {
63- "type" : " string"
64- },
65- "secondaryActionButtonNewTab" : {
66- "type" : " bool" ,
67- "default" : false
68- },
69- "secondaryActionButtonNoFollow" : {
70- "type" : " bool" ,
71- "default" : false
72- },
73- "displayActions" : {
74- "type" : " boolean" ,
75- "default" : true
76- },
77- "displaySecondaryActionButton" : {
78- "type" : " bool" ,
79- "default" : false
80- },
81- "cornerRadius" : {
82- "type" : " number"
83- },
84- "outlined" : {
85- "type" : " boolean" ,
86- "default" : false
87- }
88- },
89- "supports" : {
90- "align" : [ " left" , " right" ]
91- }
92- }
2+ "name" : " material/card" ,
3+ "category" : " material" ,
4+ "attributes" : {
5+ "contentLayout" : {
6+ "type" : " string" ,
7+ "default" : " text-under-media"
8+ },
9+ "title" : {
10+ "type" : " string" ,
11+ "default" : " "
12+ },
13+ "displayTitle" : {
14+ "type" : " boolean" ,
15+ "default" : true
16+ },
17+ "secondaryText" : {
18+ "type" : " string" ,
19+ "default" : " "
20+ },
21+ "displaySecondaryText" : {
22+ "type" : " boolean" ,
23+ "default" : true
24+ },
25+ "imageSourceUrl" : {
26+ "type" : " string"
27+ },
28+ "isImageEditMode" : {
29+ "type" : " boolean"
30+ },
31+ "displayImage" : {
32+ "type" : " boolean" ,
33+ "default" : true
34+ },
35+ "supportingText" : {
36+ "type" : " string" ,
37+ "default" : " "
38+ },
39+ "displaySupportingText" : {
40+ "type" : " boolean" ,
41+ "default" : true
42+ },
43+ "primaryActionButtonLabel" : {
44+ "type" : " string" ,
45+ "default" : " "
46+ },
47+ "primaryActionButtonUrl" : {
48+ "type" : " string"
49+ },
50+ "primaryActionButtonNewTab" : {
51+ "type" : " bool" ,
52+ "default" : false
53+ },
54+ "primaryActionButtonNoFollow" : {
55+ "type" : " bool" ,
56+ "default" : false
57+ },
58+ "secondaryActionButtonLabel" : {
59+ "type" : " string" ,
60+ "default" : " "
61+ },
62+ "secondaryActionButtonUrl" : {
63+ "type" : " string"
64+ },
65+ "secondaryActionButtonNewTab" : {
66+ "type" : " bool" ,
67+ "default" : false
68+ },
69+ "secondaryActionButtonNoFollow" : {
70+ "type" : " bool" ,
71+ "default" : false
72+ },
73+ "displayActions" : {
74+ "type" : " boolean" ,
75+ "default" : true
76+ },
77+ "displaySecondaryActionButton" : {
78+ "type" : " bool" ,
79+ "default" : false
80+ },
81+ "cornerRadius" : {
82+ "type" : " number"
83+ },
84+ "outlined" : {
85+ "type" : " boolean" ,
86+ "default" : false
87+ },
88+ "imageElement" : {
89+ "type" : " boolean" ,
90+ "default" : true
91+ }
92+ },
93+ "supports" : {
94+ "align" : [ " left" , " right" ]
95+ }
96+ }
0 commit comments