| @@ -46,54 +46,13 @@ | ||
| 46 | 46 | "type": "number", |
| 47 | 47 | "default": 20 |
| 48 | 48 | }, |
| 49 | 49 | |
| 50 | - | |
| 51 | - "titleFontFamily": { | |
| 52 | - "type": "string", | |
| 53 | - "default": "Default" | |
| 54 | - }, | |
| 55 | - "titleFontWeight": { | |
| 56 | - "type": "string", | |
| 57 | - "default": 400 | |
| 58 | - }, | |
| 59 | - "titleFontSubset": { | |
| 60 | - "type": "string" | |
| 61 | - }, | |
| 62 | - | |
| 63 | - "titleFontSizeType" :{ | |
| 64 | - "type": "string", | |
| 65 | - "default": "px" | |
| 66 | - }, | |
| 67 | - "titleFontSizeMobile" :{ | |
| 68 | - "type": "number", | |
| 69 | - "default": 14 | |
| 70 | - }, | |
| 71 | - "titleFontSizeTablet" :{ | |
| 72 | - "type": "number", | |
| 73 | - "default": 18 | |
| 74 | - }, | |
| 75 | - "titleLoadGoogleFonts":{ | |
| 76 | - "type": "boolean", | |
| 77 | - "default": false | |
| 78 | - | |
| 79 | - }, | |
| 80 | - | |
| 81 | 50 | "linkColor": { |
| 82 | 51 | "type": "string", |
| 83 | 52 | "default": "#8b249c" |
| 84 | 53 | }, |
| 85 | 54 | |
| 86 | - "borderColor": { | |
| 87 | - "type": "string", | |
| 88 | - "default": "#f4f4f4" | |
| 89 | - }, | |
| 90 | - | |
| 91 | - "backgroundColor": { | |
| 92 | - "type": "string", | |
| 93 | - "default": "#ffffff" | |
| 94 | - }, | |
| 95 | - | |
| 96 | 55 | "generalColor": { |
| 97 | 56 | "type": "string", |
| 98 | 57 | "default": "#404040" |
| 99 | 58 | }, |
| @@ -189,9 +148,9 @@ | ||
| 189 | 148 | "default": "content-order-1" |
| 190 | 149 | }, |
| 191 | 150 | "equalImageHeight": { |
| 192 | 151 | "type": "boolean", |
| 193 | - "default": false | |
| 152 | + "default": true | |
| 194 | 153 | }, |
| 195 | 154 | "enableBoxShadow": { |
| 196 | 155 | "type": "boolean", |
| 197 | 156 | "default": false |
| @@ -214,11 +173,7 @@ | ||
| 214 | 173 | }, |
| 215 | 174 | "shadowColor": { |
| 216 | 175 | "type": "string", |
| 217 | 176 | "default": "#000" |
| 218 | - }, | |
| 219 | - "uniqueClass": { | |
| 220 | - "type": "string", | |
| 221 | - "default": "" | |
| 222 | 177 | } |
| 223 | 178 | } |
| 224 | 179 | } |