| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "ablocks/info-box", |
| 5 |
"version": "0.1.0", |
| 6 |
"title": "Info Box", |
| 7 |
"category": "ablocks", |
| 8 |
"description": "Add customizable, impactful headings.", |
| 9 |
"keywords": [ |
| 10 |
"ablocks", |
| 11 |
"information", |
| 12 |
"info", |
| 13 |
"details", |
| 14 |
"search", |
| 15 |
"title", |
| 16 |
"sub title" |
| 17 |
], |
| 18 |
"example": [], |
| 19 |
"supports": { |
| 20 |
"html": true, |
| 21 |
"anchor": true |
| 22 |
}, |
| 23 |
"textdomain": "ablocks", |
| 24 |
"editorStyle": [ |
| 25 |
"ablocks-animate-style", |
| 26 |
"ablocks-common-style", |
| 27 |
"file:./style.css" |
| 28 |
], |
| 29 |
"editorScript": [ |
| 30 |
"ablocks-common-script" |
| 31 |
], |
| 32 |
"attributes": { |
| 33 |
"block_id": { |
| 34 |
"type": "string", |
| 35 |
"default": "" |
| 36 |
}, |
| 37 |
"blockElements": { |
| 38 |
"type": "array", |
| 39 |
"default": [ |
| 40 |
{ |
| 41 |
"id": 0, |
| 42 |
"slug": "Heading" |
| 43 |
}, |
| 44 |
{ |
| 45 |
"id": 1, |
| 46 |
"slug": "Sub-Heading" |
| 47 |
}, |
| 48 |
{ |
| 49 |
"id": 2, |
| 50 |
"slug": "Description" |
| 51 |
}, |
| 52 |
{ |
| 53 |
"id": 3, |
| 54 |
"slug": "Rating" |
| 55 |
}, |
| 56 |
{ |
| 57 |
"id": 4, |
| 58 |
"slug": "Button" |
| 59 |
} |
| 60 |
] |
| 61 |
}, |
| 62 |
"des": { |
| 63 |
"type": "string", |
| 64 |
"source": "html", |
| 65 |
"selector": ".ablocks-info-box-text", |
| 66 |
"default": "Showcase details with style and precision! Customize captivating visuals and text for an engaging, attention-grabbing display!" |
| 67 |
}, |
| 68 |
"allowBadgeHover": { |
| 69 |
"type": "boolean", |
| 70 |
"default": false |
| 71 |
}, |
| 72 |
"allowButtonHover": { |
| 73 |
"type": "boolean", |
| 74 |
"default": false |
| 75 |
}, |
| 76 |
"allowBadge": { |
| 77 |
"type": "boolean", |
| 78 |
"default": false |
| 79 |
}, |
| 80 |
"allowIcon": { |
| 81 |
"type": "boolean", |
| 82 |
"default": true |
| 83 |
}, |
| 84 |
"allowHeading": { |
| 85 |
"type": "boolean", |
| 86 |
"default": true |
| 87 |
}, |
| 88 |
"allowSubHeading": { |
| 89 |
"type": "boolean", |
| 90 |
"default": false |
| 91 |
}, |
| 92 |
"allowDes": { |
| 93 |
"type": "boolean", |
| 94 |
"default": true |
| 95 |
}, |
| 96 |
"allowRating": { |
| 97 |
"type": "boolean", |
| 98 |
"default": false |
| 99 |
}, |
| 100 |
"allowButton": { |
| 101 |
"type": "boolean", |
| 102 |
"default": true |
| 103 |
}, |
| 104 |
"badgeText": { |
| 105 |
"type": "string", |
| 106 |
"default": "Featured" |
| 107 |
}, |
| 108 |
"badgeSize": { |
| 109 |
"type": "string", |
| 110 |
"default": "xs" |
| 111 |
}, |
| 112 |
"badgeTextColor": { |
| 113 |
"type": "string", |
| 114 |
"default": "#13191B" |
| 115 |
}, |
| 116 |
"badgeTextColorH": { |
| 117 |
"type": "string", |
| 118 |
"default": "" |
| 119 |
}, |
| 120 |
"badgeBackground": { |
| 121 |
"type": "string", |
| 122 |
"default": "#DDDDDF" |
| 123 |
}, |
| 124 |
"badgeBackgroundH": { |
| 125 |
"type": "string", |
| 126 |
"default": "" |
| 127 |
}, |
| 128 |
"badgeTransition": { |
| 129 |
"type": "number", |
| 130 |
"default": "" |
| 131 |
}, |
| 132 |
"iconPrimaryColorH": { |
| 133 |
"type": "string", |
| 134 |
"default": "" |
| 135 |
}, |
| 136 |
"iconTransition": { |
| 137 |
"type": "number", |
| 138 |
"default": "" |
| 139 |
}, |
| 140 |
"heading": { |
| 141 |
"type": "string", |
| 142 |
"source": "html", |
| 143 |
"selector": ".ablocks-info-box-heading", |
| 144 |
"default": "Your Info Box Title" |
| 145 |
}, |
| 146 |
"headingTag": { |
| 147 |
"type": "string", |
| 148 |
"default": "h2" |
| 149 |
}, |
| 150 |
"headingTextColor": { |
| 151 |
"type": "string", |
| 152 |
"default": "#13191B" |
| 153 |
}, |
| 154 |
"headingTextColorHover": { |
| 155 |
"type": "string", |
| 156 |
"default": "" |
| 157 |
}, |
| 158 |
"headingTransition": { |
| 159 |
"type": "number", |
| 160 |
"default": "" |
| 161 |
}, |
| 162 |
"subHeading": { |
| 163 |
"type": "string", |
| 164 |
"source": "html", |
| 165 |
"selector": ".ablocks-info-box-sub-heading", |
| 166 |
"default": "Your Info Box Sub Title" |
| 167 |
}, |
| 168 |
"subHeadingTag": { |
| 169 |
"type": "string", |
| 170 |
"default": "h4" |
| 171 |
}, |
| 172 |
"subHeadingTextColor": { |
| 173 |
"type": "string", |
| 174 |
"default": "#13191B" |
| 175 |
}, |
| 176 |
"subHeadingTextColorHover": { |
| 177 |
"type": "string", |
| 178 |
"default": "" |
| 179 |
}, |
| 180 |
"subHeadingTransition": { |
| 181 |
"type": "number", |
| 182 |
"default": "" |
| 183 |
}, |
| 184 |
"desDropCaps": { |
| 185 |
"type": "boolean", |
| 186 |
"default": false |
| 187 |
}, |
| 188 |
"desDropCapsTextColor": { |
| 189 |
"type": "string", |
| 190 |
"default": "#0f2aff" |
| 191 |
}, |
| 192 |
"desGraphSize": { |
| 193 |
"type": "string", |
| 194 |
"default": "sm" |
| 195 |
}, |
| 196 |
"desSize": { |
| 197 |
"type": "string", |
| 198 |
"default": "sm" |
| 199 |
}, |
| 200 |
"desTextColor": { |
| 201 |
"type": "string", |
| 202 |
"default": "#74777C" |
| 203 |
}, |
| 204 |
"desTextColorHover": { |
| 205 |
"type": "string", |
| 206 |
"default": "gray" |
| 207 |
}, |
| 208 |
"desTransition": { |
| 209 |
"type": "number", |
| 210 |
"default": "" |
| 211 |
}, |
| 212 |
"ratingScale": { |
| 213 |
"type": "number", |
| 214 |
"default": 5 |
| 215 |
}, |
| 216 |
"ratingColor": { |
| 217 |
"type": "string", |
| 218 |
"default": "#e99516" |
| 219 |
}, |
| 220 |
"ratingColorHover": { |
| 221 |
"type": "string", |
| 222 |
"default": "" |
| 223 |
}, |
| 224 |
"ratingUnmarkedColor": { |
| 225 |
"type": "string", |
| 226 |
"default": "#696969" |
| 227 |
}, |
| 228 |
"ratingTransition": { |
| 229 |
"type": "number", |
| 230 |
"default": "" |
| 231 |
}, |
| 232 |
"ratingUnmarkedColorHover": { |
| 233 |
"type": "string", |
| 234 |
"default": "" |
| 235 |
}, |
| 236 |
"ratingShowCount": { |
| 237 |
"type": "boolean", |
| 238 |
"default": true |
| 239 |
}, |
| 240 |
"showRatingNumber": { |
| 241 |
"type": "boolean", |
| 242 |
"default": true |
| 243 |
}, |
| 244 |
"ratingNumberColor": { |
| 245 |
"type": "string", |
| 246 |
"default": "#000000" |
| 247 |
}, |
| 248 |
"ratingNumberPosition": { |
| 249 |
"type": "string", |
| 250 |
"default": "right" |
| 251 |
}, |
| 252 |
"btnText": { |
| 253 |
"type": "string", |
| 254 |
"default": "Learn More" |
| 255 |
}, |
| 256 |
"btnSize": { |
| 257 |
"type": "string", |
| 258 |
"default": "sm" |
| 259 |
}, |
| 260 |
"btnTextColor": { |
| 261 |
"type": "string", |
| 262 |
"default": "#FAFAFA" |
| 263 |
}, |
| 264 |
"btnTextColorH": { |
| 265 |
"type": "string", |
| 266 |
"default": "" |
| 267 |
}, |
| 268 |
"btnBackground": { |
| 269 |
"type": "string", |
| 270 |
"default": "#13191B" |
| 271 |
}, |
| 272 |
"btnBackgroundH": { |
| 273 |
"type": "string", |
| 274 |
"default": "" |
| 275 |
}, |
| 276 |
"btnTransition": { |
| 277 |
"type": "number", |
| 278 |
"default": "" |
| 279 |
}, |
| 280 |
"btnIconPosition": { |
| 281 |
"type": "string", |
| 282 |
"default": "right" |
| 283 |
}, |
| 284 |
"btnIconSpace": { |
| 285 |
"type": "number", |
| 286 |
"default": 10 |
| 287 |
}, |
| 288 |
"btnShowIcon": { |
| 289 |
"type": "boolean", |
| 290 |
"default": true |
| 291 |
}, |
| 292 |
"alignment": { |
| 293 |
"type": "object", |
| 294 |
"default": { |
| 295 |
"value": "default", |
| 296 |
"valueTablet": "", |
| 297 |
"valueMobile": "" |
| 298 |
} |
| 299 |
}, |
| 300 |
"stack": { |
| 301 |
"type": "string", |
| 302 |
"default": "" |
| 303 |
}, |
| 304 |
"badgeBorder": { |
| 305 |
"type": "object", |
| 306 |
"default": { |
| 307 |
"borderStyle": "default", |
| 308 |
"borderStyleH": "default", |
| 309 |
"borderColor": "", |
| 310 |
"borderColorH": "", |
| 311 |
"isLinkedWidth": true, |
| 312 |
"isLinkedWidthTablet": true, |
| 313 |
"isLinkedWidthMobile": true, |
| 314 |
"commonWidth": "", |
| 315 |
"commonWidthTablet": "", |
| 316 |
"commonWidthMobile": "", |
| 317 |
"topWidth": "", |
| 318 |
"rightWidth": "", |
| 319 |
"bottomWidth": "", |
| 320 |
"leftWidth": "", |
| 321 |
"topWidthTablet": "", |
| 322 |
"rightWidthTablet": "", |
| 323 |
"bottomWidthTablet": "", |
| 324 |
"leftWidthTablet": "", |
| 325 |
"topWidthMobile": "", |
| 326 |
"rightWidthMobile": "", |
| 327 |
"bottomWidthMobile": "", |
| 328 |
"leftWidthMobile": "", |
| 329 |
"unitWidth": "px", |
| 330 |
"unitWidthTablet": "", |
| 331 |
"unitWidthMobile": "", |
| 332 |
"isLinkedWidthH": true, |
| 333 |
"isLinkedWidthHTablet": true, |
| 334 |
"isLinkedWidthHMobile": true, |
| 335 |
"commonWidthH": "", |
| 336 |
"commonWidthHTablet": "", |
| 337 |
"commonWidthHMobile": "", |
| 338 |
"topWidthH": "", |
| 339 |
"rightWidthH": "", |
| 340 |
"bottomWidthH": "", |
| 341 |
"leftWidthH": "", |
| 342 |
"topWidthHTablet": "", |
| 343 |
"rightWidthHTablet": "", |
| 344 |
"bottomWidthHTablet": "", |
| 345 |
"leftWidthHTablet": "", |
| 346 |
"topWidthHMobile": "", |
| 347 |
"rightWidthHMobile": "", |
| 348 |
"bottomWidthHMobile": "", |
| 349 |
"leftWidthHMobile": "", |
| 350 |
"unitWidthH": "px", |
| 351 |
"unitWidthHTablet": "", |
| 352 |
"unitWidthHMobile": "", |
| 353 |
"isLinkedRadius": true, |
| 354 |
"isLinkedRadiusTablet": true, |
| 355 |
"isLinkedRadiusMobile": true, |
| 356 |
"commonRadius": "", |
| 357 |
"commonRadiusTablet": "", |
| 358 |
"commonRadiusMobile": "", |
| 359 |
"topRadius": "", |
| 360 |
"rightRadius": "", |
| 361 |
"bottomRadius": "", |
| 362 |
"leftRadius": "", |
| 363 |
"topRadiusTablet": "", |
| 364 |
"rightRadiusTablet": "", |
| 365 |
"bottomRadiusTablet": "", |
| 366 |
"leftRadiusTablet": "", |
| 367 |
"topRadiusMobile": "", |
| 368 |
"rightRadiusMobile": "", |
| 369 |
"bottomRadiusMobile": "", |
| 370 |
"leftRadiusMobile": "", |
| 371 |
"unitRadius": "px", |
| 372 |
"unitRadiusTablet": "", |
| 373 |
"unitRadiusMobile": "", |
| 374 |
"isLinkedRadiusH": true, |
| 375 |
"isLinkedRadiusHTablet": true, |
| 376 |
"isLinkedRadiusHMobile": true, |
| 377 |
"commonRadiusH": "", |
| 378 |
"commonRadiusHTablet": "", |
| 379 |
"commonRadiusHMobile": "", |
| 380 |
"topRadiusH": "", |
| 381 |
"rightRadiusH": "", |
| 382 |
"bottomRadiusH": "", |
| 383 |
"leftRadiusH": "", |
| 384 |
"topRadiusHTablet": "", |
| 385 |
"rightRadiusHTablet": "", |
| 386 |
"bottomRadiusHTablet": "", |
| 387 |
"leftRadiusHTablet": "", |
| 388 |
"topRadiusHMobile": "", |
| 389 |
"rightRadiusHMobile": "", |
| 390 |
"bottomRadiusHMobile": "", |
| 391 |
"leftRadiusHMobile": "", |
| 392 |
"unitRadiusH": "px", |
| 393 |
"unitRadiusHTablet": "", |
| 394 |
"unitRadiusHMobile": "", |
| 395 |
"transitionDuration": "" |
| 396 |
} |
| 397 |
}, |
| 398 |
"badgePadding": { |
| 399 |
"type": "object", |
| 400 |
"default": { |
| 401 |
"isLinked": true, |
| 402 |
"isLinkedTablet": true, |
| 403 |
"isLinkedMobile": true, |
| 404 |
"common": "", |
| 405 |
"top": "", |
| 406 |
"right": "", |
| 407 |
"bottom": "", |
| 408 |
"left": "", |
| 409 |
"unit": "px", |
| 410 |
"commonTablet": "", |
| 411 |
"topTablet": "", |
| 412 |
"rightTablet": "", |
| 413 |
"bottomTablet": "", |
| 414 |
"leftTablet": "", |
| 415 |
"unitTablet": "", |
| 416 |
"commonMobile": "", |
| 417 |
"topMobile": "", |
| 418 |
"rightMobile": "", |
| 419 |
"bottomMobile": "", |
| 420 |
"leftMobile": "", |
| 421 |
"unitMobile": "" |
| 422 |
} |
| 423 |
}, |
| 424 |
"badgeTypography": { |
| 425 |
"type": "object", |
| 426 |
"default": { |
| 427 |
"fontFamily": "Roboto", |
| 428 |
"weight": "400", |
| 429 |
"transform": "", |
| 430 |
"style": "", |
| 431 |
"decoration": "", |
| 432 |
"fontSize": "12", |
| 433 |
"fontSizeUnit": "px", |
| 434 |
"lineHeight": "", |
| 435 |
"lineHeightUnit": "px", |
| 436 |
"letterSpacing": "", |
| 437 |
"letterSpacingUnit": "px", |
| 438 |
"wordSpacing": "", |
| 439 |
"wordSpacingUnit": "px", |
| 440 |
"fontSizeTablet": "", |
| 441 |
"fontSizeMobile": "", |
| 442 |
"fontSizeUnitTablet": "px", |
| 443 |
"fontSizeUnitMobile": "px", |
| 444 |
"lineHeightTablet": "", |
| 445 |
"lineHeightMobile": "", |
| 446 |
"lineHeightUnitTablet": "px", |
| 447 |
"lineHeightUnitMobile": "px", |
| 448 |
"letterSpacingTablet": "", |
| 449 |
"letterSpacingMobile": "", |
| 450 |
"letterSpacingUnitTablet": "px", |
| 451 |
"letterSpacingUnitMobile": "px", |
| 452 |
"wordSpacingTablet": "", |
| 453 |
"wordSpacingMobile": "", |
| 454 |
"wordSpacingUnitTablet": "px", |
| 455 |
"wordSpacingUnitMobile": "px" |
| 456 |
} |
| 457 |
}, |
| 458 |
"badgeTextShadow": { |
| 459 |
"type": "object", |
| 460 |
"default": { |
| 461 |
"color": "", |
| 462 |
"blur": "", |
| 463 |
"horizontal": "", |
| 464 |
"vertical": "" |
| 465 |
} |
| 466 |
}, |
| 467 |
"badgePosition": { |
| 468 |
"type": "object", |
| 469 |
"default": { |
| 470 |
"value": "top-right", |
| 471 |
"valueTablet": "", |
| 472 |
"valueMobile": "" |
| 473 |
} |
| 474 |
}, |
| 475 |
"badgeAlignment": { |
| 476 |
"type": "object", |
| 477 |
"default": { |
| 478 |
"value": "center", |
| 479 |
"valueTablet": "", |
| 480 |
"valueMobile": "" |
| 481 |
} |
| 482 |
}, |
| 483 |
"iconSvgPath": { |
| 484 |
"type": "string", |
| 485 |
"default": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z" |
| 486 |
}, |
| 487 |
"iconSvgViewBox": { |
| 488 |
"type": "string", |
| 489 |
"default": "0 0 496 512" |
| 490 |
}, |
| 491 |
"iconClass": { |
| 492 |
"type": "string", |
| 493 |
"default": "far fa-smile-beam" |
| 494 |
}, |
| 495 |
"iconImageUrl": { |
| 496 |
"type": "string", |
| 497 |
"default": "" |
| 498 |
}, |
| 499 |
"iconImageID": { |
| 500 |
"type": "number", |
| 501 |
"default": 0 |
| 502 |
}, |
| 503 |
"iconImageSize": { |
| 504 |
"type": "string", |
| 505 |
"default": "" |
| 506 |
}, |
| 507 |
"iconColor": { |
| 508 |
"type": "string", |
| 509 |
"default": "#000000" |
| 510 |
}, |
| 511 |
"iconBgColor": { |
| 512 |
"type": "string", |
| 513 |
"default": "" |
| 514 |
}, |
| 515 |
"iconType": { |
| 516 |
"type": "string", |
| 517 |
"default": "default" |
| 518 |
}, |
| 519 |
"iconShape": { |
| 520 |
"type": "string", |
| 521 |
"default": "circle" |
| 522 |
}, |
| 523 |
"iconPadding": { |
| 524 |
"type": "object", |
| 525 |
"default": { |
| 526 |
"isLinked": true, |
| 527 |
"common": "", |
| 528 |
"top": "", |
| 529 |
"right": "", |
| 530 |
"bottom": "", |
| 531 |
"left": "", |
| 532 |
"unit": "px" |
| 533 |
} |
| 534 |
}, |
| 535 |
"iconBorderRadius": { |
| 536 |
"type": "object", |
| 537 |
"default": { |
| 538 |
"isLinked": true, |
| 539 |
"common": "", |
| 540 |
"top": "", |
| 541 |
"right": "", |
| 542 |
"bottom": "", |
| 543 |
"left": "", |
| 544 |
"unit": "px" |
| 545 |
} |
| 546 |
}, |
| 547 |
"iconBorderWidth": { |
| 548 |
"type": "object", |
| 549 |
"default": { |
| 550 |
"isLinked": true, |
| 551 |
"common": "", |
| 552 |
"top": "", |
| 553 |
"right": "", |
| 554 |
"bottom": "", |
| 555 |
"left": "", |
| 556 |
"unit": "px" |
| 557 |
} |
| 558 |
}, |
| 559 |
"iconSize": { |
| 560 |
"type": "number", |
| 561 |
"default": 55 |
| 562 |
}, |
| 563 |
"iconRotate": { |
| 564 |
"type": "number", |
| 565 |
"default": 0 |
| 566 |
}, |
| 567 |
"iconSizing": { |
| 568 |
"type": "object", |
| 569 |
"default": { |
| 570 |
"value": 55, |
| 571 |
"valueTablet": "", |
| 572 |
"valueMobile": "", |
| 573 |
"valueUnit": "px", |
| 574 |
"valueUnitTablet": "", |
| 575 |
"valueUnitMobile": "" |
| 576 |
} |
| 577 |
}, |
| 578 |
"iconRotated": { |
| 579 |
"type": "object", |
| 580 |
"default": { |
| 581 |
"value": 0, |
| 582 |
"valueTablet": "", |
| 583 |
"valueMobile": "", |
| 584 |
"valueUnit": "deg", |
| 585 |
"valueUnitTablet": "", |
| 586 |
"valueUnitMobile": "" |
| 587 |
} |
| 588 |
}, |
| 589 |
"iconRotateHover": { |
| 590 |
"type": "object", |
| 591 |
"default": { |
| 592 |
"value": 0, |
| 593 |
"valueTablet": "", |
| 594 |
"valueMobile": "", |
| 595 |
"valueUnit": "deg", |
| 596 |
"valueUnitTablet": "", |
| 597 |
"valueUnitMobile": "" |
| 598 |
} |
| 599 |
}, |
| 600 |
"icontransitionDuration": { |
| 601 |
"type": "number", |
| 602 |
"default": 0 |
| 603 |
}, |
| 604 |
"iconImageWidth": { |
| 605 |
"type": "number", |
| 606 |
"default": 0 |
| 607 |
}, |
| 608 |
"iconLink": { |
| 609 |
"type": "object", |
| 610 |
"default": { |
| 611 |
"linkDestination": "", |
| 612 |
"href": "", |
| 613 |
"lightbox": "", |
| 614 |
"linkTarget": "", |
| 615 |
"rel": "", |
| 616 |
"noFollow": "", |
| 617 |
"keyValue": "", |
| 618 |
"linkClass": "" |
| 619 |
} |
| 620 |
}, |
| 621 |
"iconAlignment": { |
| 622 |
"type": "object", |
| 623 |
"default": { |
| 624 |
"value": "default", |
| 625 |
"valueTablet": "", |
| 626 |
"valueMobile": "" |
| 627 |
} |
| 628 |
}, |
| 629 |
"headingTypography": { |
| 630 |
"type": "object", |
| 631 |
"default": { |
| 632 |
"fontFamily": "Roboto", |
| 633 |
"weight": "600", |
| 634 |
"transform": "", |
| 635 |
"style": "", |
| 636 |
"decoration": "", |
| 637 |
"fontSize": "28", |
| 638 |
"fontSizeUnit": "px", |
| 639 |
"lineHeight": "", |
| 640 |
"lineHeightUnit": "px", |
| 641 |
"letterSpacing": "", |
| 642 |
"letterSpacingUnit": "px", |
| 643 |
"wordSpacing": "", |
| 644 |
"wordSpacingUnit": "px", |
| 645 |
"fontSizeTablet": "", |
| 646 |
"fontSizeMobile": "", |
| 647 |
"fontSizeUnitTablet": "px", |
| 648 |
"fontSizeUnitMobile": "px", |
| 649 |
"lineHeightTablet": "", |
| 650 |
"lineHeightMobile": "", |
| 651 |
"lineHeightUnitTablet": "px", |
| 652 |
"lineHeightUnitMobile": "px", |
| 653 |
"letterSpacingTablet": "", |
| 654 |
"letterSpacingMobile": "", |
| 655 |
"letterSpacingUnitTablet": "px", |
| 656 |
"letterSpacingUnitMobile": "px", |
| 657 |
"wordSpacingTablet": "", |
| 658 |
"wordSpacingMobile": "", |
| 659 |
"wordSpacingUnitTablet": "px", |
| 660 |
"wordSpacingUnitMobile": "px" |
| 661 |
} |
| 662 |
}, |
| 663 |
"headingTextShadow": { |
| 664 |
"type": "object", |
| 665 |
"default": { |
| 666 |
"color": "", |
| 667 |
"blur": "", |
| 668 |
"horizontal": "", |
| 669 |
"vertical": "" |
| 670 |
} |
| 671 |
}, |
| 672 |
"headingTextStroke": { |
| 673 |
"type": "object", |
| 674 |
"default": { |
| 675 |
"strokeWidth": "", |
| 676 |
"strokeWidthTablet": "", |
| 677 |
"strokeWidthMobile": "", |
| 678 |
"strokeWidthUnit": "px", |
| 679 |
"strokeWidthUnitTablet": "px", |
| 680 |
"strokeWidthUnitMobile": "px", |
| 681 |
"stroke": "" |
| 682 |
} |
| 683 |
}, |
| 684 |
"subHeadingTypography": { |
| 685 |
"type": "object", |
| 686 |
"default": { |
| 687 |
"fontFamily": "Roboto", |
| 688 |
"weight": "500", |
| 689 |
"transform": "", |
| 690 |
"style": "", |
| 691 |
"decoration": "", |
| 692 |
"fontSize": "20", |
| 693 |
"fontSizeUnit": "px", |
| 694 |
"lineHeight": "", |
| 695 |
"lineHeightUnit": "px", |
| 696 |
"letterSpacing": "", |
| 697 |
"letterSpacingUnit": "px", |
| 698 |
"wordSpacing": "", |
| 699 |
"wordSpacingUnit": "px", |
| 700 |
"fontSizeTablet": "", |
| 701 |
"fontSizeMobile": "", |
| 702 |
"fontSizeUnitTablet": "px", |
| 703 |
"fontSizeUnitMobile": "px", |
| 704 |
"lineHeightTablet": "", |
| 705 |
"lineHeightMobile": "", |
| 706 |
"lineHeightUnitTablet": "px", |
| 707 |
"lineHeightUnitMobile": "px", |
| 708 |
"letterSpacingTablet": "", |
| 709 |
"letterSpacingMobile": "", |
| 710 |
"letterSpacingUnitTablet": "px", |
| 711 |
"letterSpacingUnitMobile": "px", |
| 712 |
"wordSpacingTablet": "", |
| 713 |
"wordSpacingMobile": "", |
| 714 |
"wordSpacingUnitTablet": "px", |
| 715 |
"wordSpacingUnitMobile": "px" |
| 716 |
} |
| 717 |
}, |
| 718 |
"subHeadingTextShadow": { |
| 719 |
"type": "object", |
| 720 |
"default": { |
| 721 |
"color": "", |
| 722 |
"blur": "", |
| 723 |
"horizontal": "", |
| 724 |
"vertical": "" |
| 725 |
} |
| 726 |
}, |
| 727 |
"subHeadingTextStroke": { |
| 728 |
"type": "object", |
| 729 |
"default": { |
| 730 |
"strokeWidth": "", |
| 731 |
"strokeWidthTablet": "", |
| 732 |
"strokeWidthMobile": "", |
| 733 |
"strokeWidthUnit": "px", |
| 734 |
"strokeWidthUnitTablet": "px", |
| 735 |
"strokeWidthUnitMobile": "px", |
| 736 |
"stroke": "" |
| 737 |
} |
| 738 |
}, |
| 739 |
"desTypography": { |
| 740 |
"type": "object", |
| 741 |
"default": { |
| 742 |
"fontFamily": "Roboto", |
| 743 |
"weight": "400", |
| 744 |
"transform": "", |
| 745 |
"style": "", |
| 746 |
"decoration": "", |
| 747 |
"fontSize": "16", |
| 748 |
"fontSizeUnit": "px", |
| 749 |
"lineHeight": "", |
| 750 |
"lineHeightUnit": "px", |
| 751 |
"letterSpacing": "", |
| 752 |
"letterSpacingUnit": "px", |
| 753 |
"wordSpacing": "", |
| 754 |
"wordSpacingUnit": "px", |
| 755 |
"fontSizeTablet": "", |
| 756 |
"fontSizeMobile": "", |
| 757 |
"fontSizeUnitTablet": "px", |
| 758 |
"fontSizeUnitMobile": "px", |
| 759 |
"lineHeightTablet": "", |
| 760 |
"lineHeightMobile": "", |
| 761 |
"lineHeightUnitTablet": "px", |
| 762 |
"lineHeightUnitMobile": "px", |
| 763 |
"letterSpacingTablet": "", |
| 764 |
"letterSpacingMobile": "", |
| 765 |
"letterSpacingUnitTablet": "px", |
| 766 |
"letterSpacingUnitMobile": "px", |
| 767 |
"wordSpacingTablet": "", |
| 768 |
"wordSpacingMobile": "", |
| 769 |
"wordSpacingUnitTablet": "px", |
| 770 |
"wordSpacingUnitMobile": "px" |
| 771 |
} |
| 772 |
}, |
| 773 |
"desTextShadow": { |
| 774 |
"type": "object", |
| 775 |
"default": { |
| 776 |
"color": "", |
| 777 |
"blur": "", |
| 778 |
"horizontal": "", |
| 779 |
"vertical": "" |
| 780 |
} |
| 781 |
}, |
| 782 |
"desTextStroke": { |
| 783 |
"type": "object", |
| 784 |
"default": { |
| 785 |
"strokeWidth": "", |
| 786 |
"strokeWidthTablet": "", |
| 787 |
"strokeWidthMobile": "", |
| 788 |
"strokeWidthUnit": "px", |
| 789 |
"strokeWidthUnitTablet": "px", |
| 790 |
"strokeWidthUnitMobile": "px", |
| 791 |
"stroke": "" |
| 792 |
} |
| 793 |
}, |
| 794 |
"btnIconSvgPath": { |
| 795 |
"type": "string", |
| 796 |
"default": "M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z" |
| 797 |
}, |
| 798 |
"btnIconSvgViewBox": { |
| 799 |
"type": "string", |
| 800 |
"default": "0 0 448 512" |
| 801 |
}, |
| 802 |
"btnIconClass": { |
| 803 |
"type": "string", |
| 804 |
"default": "fas fa-arrow-right" |
| 805 |
}, |
| 806 |
"btnIconImageUrl": { |
| 807 |
"type": "string", |
| 808 |
"default": "" |
| 809 |
}, |
| 810 |
"btnIconImageID": { |
| 811 |
"type": "number", |
| 812 |
"default": 0 |
| 813 |
}, |
| 814 |
"btnIconImageSize": { |
| 815 |
"type": "string", |
| 816 |
"default": "" |
| 817 |
}, |
| 818 |
"btnIconColor": { |
| 819 |
"type": "string", |
| 820 |
"default": "#FAFAFA" |
| 821 |
}, |
| 822 |
"btnIconBgColor": { |
| 823 |
"type": "string", |
| 824 |
"default": "" |
| 825 |
}, |
| 826 |
"btnIconType": { |
| 827 |
"type": "string", |
| 828 |
"default": "default" |
| 829 |
}, |
| 830 |
"btnIconShape": { |
| 831 |
"type": "string", |
| 832 |
"default": "circle" |
| 833 |
}, |
| 834 |
"btnIconPadding": { |
| 835 |
"type": "object", |
| 836 |
"default": { |
| 837 |
"isLinked": true, |
| 838 |
"common": "", |
| 839 |
"top": "", |
| 840 |
"right": "", |
| 841 |
"bottom": "", |
| 842 |
"left": "", |
| 843 |
"unit": "px" |
| 844 |
} |
| 845 |
}, |
| 846 |
"btnIconBorderRadius": { |
| 847 |
"type": "object", |
| 848 |
"default": { |
| 849 |
"isLinked": true, |
| 850 |
"common": "", |
| 851 |
"top": "", |
| 852 |
"right": "", |
| 853 |
"bottom": "", |
| 854 |
"left": "", |
| 855 |
"unit": "px" |
| 856 |
} |
| 857 |
}, |
| 858 |
"btnIconBorderWidth": { |
| 859 |
"type": "object", |
| 860 |
"default": { |
| 861 |
"isLinked": true, |
| 862 |
"common": "", |
| 863 |
"top": "", |
| 864 |
"right": "", |
| 865 |
"bottom": "", |
| 866 |
"left": "", |
| 867 |
"unit": "px" |
| 868 |
} |
| 869 |
}, |
| 870 |
"btnIconSize": { |
| 871 |
"type": "number", |
| 872 |
"default": 20 |
| 873 |
}, |
| 874 |
"btnIconRotate": { |
| 875 |
"type": "number", |
| 876 |
"default": 0 |
| 877 |
}, |
| 878 |
"btnIconSizing": { |
| 879 |
"type": "object", |
| 880 |
"default": { |
| 881 |
"value": 20, |
| 882 |
"valueTablet": "", |
| 883 |
"valueMobile": "", |
| 884 |
"valueUnit": "px", |
| 885 |
"valueUnitTablet": "", |
| 886 |
"valueUnitMobile": "" |
| 887 |
} |
| 888 |
}, |
| 889 |
"btnIconRotated": { |
| 890 |
"type": "object", |
| 891 |
"default": { |
| 892 |
"value": 0, |
| 893 |
"valueTablet": "", |
| 894 |
"valueMobile": "", |
| 895 |
"valueUnit": "deg", |
| 896 |
"valueUnitTablet": "", |
| 897 |
"valueUnitMobile": "" |
| 898 |
} |
| 899 |
}, |
| 900 |
"btnIconRotateHover": { |
| 901 |
"type": "object", |
| 902 |
"default": { |
| 903 |
"value": 0, |
| 904 |
"valueTablet": "", |
| 905 |
"valueMobile": "", |
| 906 |
"valueUnit": "deg", |
| 907 |
"valueUnitTablet": "", |
| 908 |
"valueUnitMobile": "" |
| 909 |
} |
| 910 |
}, |
| 911 |
"btnIcontransitionDuration": { |
| 912 |
"type": "number", |
| 913 |
"default": 0 |
| 914 |
}, |
| 915 |
"btnIconImageWidth": { |
| 916 |
"type": "number", |
| 917 |
"default": 0 |
| 918 |
}, |
| 919 |
"btnLink": { |
| 920 |
"type": "object", |
| 921 |
"default": { |
| 922 |
"linkDestination": "", |
| 923 |
"href": "", |
| 924 |
"lightbox": "", |
| 925 |
"linkTarget": "", |
| 926 |
"rel": "", |
| 927 |
"noFollow": "", |
| 928 |
"keyValue": "", |
| 929 |
"linkClass": "" |
| 930 |
} |
| 931 |
}, |
| 932 |
"btnBorder": { |
| 933 |
"type": "object", |
| 934 |
"default": { |
| 935 |
"borderStyle": "default", |
| 936 |
"borderStyleH": "default", |
| 937 |
"borderColor": "", |
| 938 |
"borderColorH": "", |
| 939 |
"isLinkedWidth": true, |
| 940 |
"isLinkedWidthTablet": true, |
| 941 |
"isLinkedWidthMobile": true, |
| 942 |
"commonWidth": "", |
| 943 |
"commonWidthTablet": "", |
| 944 |
"commonWidthMobile": "", |
| 945 |
"topWidth": "", |
| 946 |
"rightWidth": "", |
| 947 |
"bottomWidth": "", |
| 948 |
"leftWidth": "", |
| 949 |
"topWidthTablet": "", |
| 950 |
"rightWidthTablet": "", |
| 951 |
"bottomWidthTablet": "", |
| 952 |
"leftWidthTablet": "", |
| 953 |
"topWidthMobile": "", |
| 954 |
"rightWidthMobile": "", |
| 955 |
"bottomWidthMobile": "", |
| 956 |
"leftWidthMobile": "", |
| 957 |
"unitWidth": "px", |
| 958 |
"unitWidthTablet": "", |
| 959 |
"unitWidthMobile": "", |
| 960 |
"isLinkedWidthH": true, |
| 961 |
"isLinkedWidthHTablet": true, |
| 962 |
"isLinkedWidthHMobile": true, |
| 963 |
"commonWidthH": "", |
| 964 |
"commonWidthHTablet": "", |
| 965 |
"commonWidthHMobile": "", |
| 966 |
"topWidthH": "", |
| 967 |
"rightWidthH": "", |
| 968 |
"bottomWidthH": "", |
| 969 |
"leftWidthH": "", |
| 970 |
"topWidthHTablet": "", |
| 971 |
"rightWidthHTablet": "", |
| 972 |
"bottomWidthHTablet": "", |
| 973 |
"leftWidthHTablet": "", |
| 974 |
"topWidthHMobile": "", |
| 975 |
"rightWidthHMobile": "", |
| 976 |
"bottomWidthHMobile": "", |
| 977 |
"leftWidthHMobile": "", |
| 978 |
"unitWidthH": "px", |
| 979 |
"unitWidthHTablet": "", |
| 980 |
"unitWidthHMobile": "", |
| 981 |
"isLinkedRadius": true, |
| 982 |
"isLinkedRadiusTablet": true, |
| 983 |
"isLinkedRadiusMobile": true, |
| 984 |
"commonRadius": "", |
| 985 |
"commonRadiusTablet": "", |
| 986 |
"commonRadiusMobile": "", |
| 987 |
"topRadius": "", |
| 988 |
"rightRadius": "", |
| 989 |
"bottomRadius": "", |
| 990 |
"leftRadius": "", |
| 991 |
"topRadiusTablet": "", |
| 992 |
"rightRadiusTablet": "", |
| 993 |
"bottomRadiusTablet": "", |
| 994 |
"leftRadiusTablet": "", |
| 995 |
"topRadiusMobile": "", |
| 996 |
"rightRadiusMobile": "", |
| 997 |
"bottomRadiusMobile": "", |
| 998 |
"leftRadiusMobile": "", |
| 999 |
"unitRadius": "px", |
| 1000 |
"unitRadiusTablet": "", |
| 1001 |
"unitRadiusMobile": "", |
| 1002 |
"isLinkedRadiusH": true, |
| 1003 |
"isLinkedRadiusHTablet": true, |
| 1004 |
"isLinkedRadiusHMobile": true, |
| 1005 |
"commonRadiusH": "", |
| 1006 |
"commonRadiusHTablet": "", |
| 1007 |
"commonRadiusHMobile": "", |
| 1008 |
"topRadiusH": "", |
| 1009 |
"rightRadiusH": "", |
| 1010 |
"bottomRadiusH": "", |
| 1011 |
"leftRadiusH": "", |
| 1012 |
"topRadiusHTablet": "", |
| 1013 |
"rightRadiusHTablet": "", |
| 1014 |
"bottomRadiusHTablet": "", |
| 1015 |
"leftRadiusHTablet": "", |
| 1016 |
"topRadiusHMobile": "", |
| 1017 |
"rightRadiusHMobile": "", |
| 1018 |
"bottomRadiusHMobile": "", |
| 1019 |
"leftRadiusHMobile": "", |
| 1020 |
"unitRadiusH": "px", |
| 1021 |
"unitRadiusHTablet": "", |
| 1022 |
"unitRadiusHMobile": "", |
| 1023 |
"transitionDuration": "" |
| 1024 |
} |
| 1025 |
}, |
| 1026 |
"btnPadding": { |
| 1027 |
"type": "object", |
| 1028 |
"default": { |
| 1029 |
"isLinked": true, |
| 1030 |
"isLinkedTablet": true, |
| 1031 |
"isLinkedMobile": true, |
| 1032 |
"common": "", |
| 1033 |
"top": "", |
| 1034 |
"right": "", |
| 1035 |
"bottom": "", |
| 1036 |
"left": "", |
| 1037 |
"unit": "px", |
| 1038 |
"commonTablet": "", |
| 1039 |
"topTablet": "", |
| 1040 |
"rightTablet": "", |
| 1041 |
"bottomTablet": "", |
| 1042 |
"leftTablet": "", |
| 1043 |
"unitTablet": "", |
| 1044 |
"commonMobile": "", |
| 1045 |
"topMobile": "", |
| 1046 |
"rightMobile": "", |
| 1047 |
"bottomMobile": "", |
| 1048 |
"leftMobile": "", |
| 1049 |
"unitMobile": "" |
| 1050 |
} |
| 1051 |
}, |
| 1052 |
"btnTypography": { |
| 1053 |
"type": "object", |
| 1054 |
"default": { |
| 1055 |
"fontFamily": "", |
| 1056 |
"weight": "400", |
| 1057 |
"transform": "", |
| 1058 |
"style": "", |
| 1059 |
"decoration": "", |
| 1060 |
"fontSize": "", |
| 1061 |
"fontSizeUnit": "px", |
| 1062 |
"lineHeight": "", |
| 1063 |
"lineHeightUnit": "px", |
| 1064 |
"letterSpacing": "", |
| 1065 |
"letterSpacingUnit": "px", |
| 1066 |
"wordSpacing": "", |
| 1067 |
"wordSpacingUnit": "px", |
| 1068 |
"fontSizeTablet": "", |
| 1069 |
"fontSizeMobile": "", |
| 1070 |
"fontSizeUnitTablet": "px", |
| 1071 |
"fontSizeUnitMobile": "px", |
| 1072 |
"lineHeightTablet": "", |
| 1073 |
"lineHeightMobile": "", |
| 1074 |
"lineHeightUnitTablet": "px", |
| 1075 |
"lineHeightUnitMobile": "px", |
| 1076 |
"letterSpacingTablet": "", |
| 1077 |
"letterSpacingMobile": "", |
| 1078 |
"letterSpacingUnitTablet": "px", |
| 1079 |
"letterSpacingUnitMobile": "px", |
| 1080 |
"wordSpacingTablet": "", |
| 1081 |
"wordSpacingMobile": "", |
| 1082 |
"wordSpacingUnitTablet": "px", |
| 1083 |
"wordSpacingUnitMobile": "px" |
| 1084 |
} |
| 1085 |
}, |
| 1086 |
"btnTextShadow": { |
| 1087 |
"type": "object", |
| 1088 |
"default": { |
| 1089 |
"color": "", |
| 1090 |
"blur": "", |
| 1091 |
"horizontal": "", |
| 1092 |
"vertical": "" |
| 1093 |
} |
| 1094 |
}, |
| 1095 |
"btnAlignment": { |
| 1096 |
"type": "object", |
| 1097 |
"default": { |
| 1098 |
"value": "center", |
| 1099 |
"valueTablet": "", |
| 1100 |
"valueMobile": "" |
| 1101 |
} |
| 1102 |
}, |
| 1103 |
"ratingNumberTypography": { |
| 1104 |
"type": "object", |
| 1105 |
"default": { |
| 1106 |
"fontFamily": "", |
| 1107 |
"weight": "400", |
| 1108 |
"transform": "", |
| 1109 |
"style": "", |
| 1110 |
"decoration": "", |
| 1111 |
"fontSize": "", |
| 1112 |
"fontSizeUnit": "px", |
| 1113 |
"lineHeight": "", |
| 1114 |
"lineHeightUnit": "px", |
| 1115 |
"letterSpacing": "", |
| 1116 |
"letterSpacingUnit": "px", |
| 1117 |
"wordSpacing": "", |
| 1118 |
"wordSpacingUnit": "px", |
| 1119 |
"fontSizeTablet": "", |
| 1120 |
"fontSizeMobile": "", |
| 1121 |
"fontSizeUnitTablet": "px", |
| 1122 |
"fontSizeUnitMobile": "px", |
| 1123 |
"lineHeightTablet": "", |
| 1124 |
"lineHeightMobile": "", |
| 1125 |
"lineHeightUnitTablet": "px", |
| 1126 |
"lineHeightUnitMobile": "px", |
| 1127 |
"letterSpacingTablet": "", |
| 1128 |
"letterSpacingMobile": "", |
| 1129 |
"letterSpacingUnitTablet": "px", |
| 1130 |
"letterSpacingUnitMobile": "px", |
| 1131 |
"wordSpacingTablet": "", |
| 1132 |
"wordSpacingMobile": "", |
| 1133 |
"wordSpacingUnitTablet": "px", |
| 1134 |
"wordSpacingUnitMobile": "px" |
| 1135 |
} |
| 1136 |
}, |
| 1137 |
"starIconSvgPath": { |
| 1138 |
"type": "string", |
| 1139 |
"default": "M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z" |
| 1140 |
}, |
| 1141 |
"starIconSvgViewBox": { |
| 1142 |
"type": "string", |
| 1143 |
"default": "0 0 576 512" |
| 1144 |
}, |
| 1145 |
"starIconClass": { |
| 1146 |
"type": "string", |
| 1147 |
"default": "far fa-star" |
| 1148 |
}, |
| 1149 |
"starIconImageUrl": { |
| 1150 |
"type": "string", |
| 1151 |
"default": "" |
| 1152 |
}, |
| 1153 |
"starIconImageID": { |
| 1154 |
"type": "number", |
| 1155 |
"default": 0 |
| 1156 |
}, |
| 1157 |
"starIconImageSize": { |
| 1158 |
"type": "string", |
| 1159 |
"default": "" |
| 1160 |
}, |
| 1161 |
"starIconColor": { |
| 1162 |
"type": "string", |
| 1163 |
"default": "#69727d" |
| 1164 |
}, |
| 1165 |
"starIconBgColor": { |
| 1166 |
"type": "string", |
| 1167 |
"default": "" |
| 1168 |
}, |
| 1169 |
"starIconType": { |
| 1170 |
"type": "string", |
| 1171 |
"default": "default" |
| 1172 |
}, |
| 1173 |
"starIconShape": { |
| 1174 |
"type": "string", |
| 1175 |
"default": "circle" |
| 1176 |
}, |
| 1177 |
"starIconPadding": { |
| 1178 |
"type": "object", |
| 1179 |
"default": { |
| 1180 |
"isLinked": true, |
| 1181 |
"common": "", |
| 1182 |
"top": "", |
| 1183 |
"right": "", |
| 1184 |
"bottom": "", |
| 1185 |
"left": "", |
| 1186 |
"unit": "px" |
| 1187 |
} |
| 1188 |
}, |
| 1189 |
"starIconBorderRadius": { |
| 1190 |
"type": "object", |
| 1191 |
"default": { |
| 1192 |
"isLinked": true, |
| 1193 |
"common": "", |
| 1194 |
"top": "", |
| 1195 |
"right": "", |
| 1196 |
"bottom": "", |
| 1197 |
"left": "", |
| 1198 |
"unit": "px" |
| 1199 |
} |
| 1200 |
}, |
| 1201 |
"starIconBorderWidth": { |
| 1202 |
"type": "object", |
| 1203 |
"default": { |
| 1204 |
"isLinked": true, |
| 1205 |
"common": "", |
| 1206 |
"top": "", |
| 1207 |
"right": "", |
| 1208 |
"bottom": "", |
| 1209 |
"left": "", |
| 1210 |
"unit": "px" |
| 1211 |
} |
| 1212 |
}, |
| 1213 |
"starIconSize": { |
| 1214 |
"type": "number", |
| 1215 |
"default": 55 |
| 1216 |
}, |
| 1217 |
"starIconRotate": { |
| 1218 |
"type": "number", |
| 1219 |
"default": 0 |
| 1220 |
}, |
| 1221 |
"starIconSizing": { |
| 1222 |
"type": "object", |
| 1223 |
"default": { |
| 1224 |
"value": 55, |
| 1225 |
"valueTablet": "", |
| 1226 |
"valueMobile": "", |
| 1227 |
"valueUnit": "px", |
| 1228 |
"valueUnitTablet": "", |
| 1229 |
"valueUnitMobile": "" |
| 1230 |
} |
| 1231 |
}, |
| 1232 |
"starIconRotated": { |
| 1233 |
"type": "object", |
| 1234 |
"default": { |
| 1235 |
"value": 0, |
| 1236 |
"valueTablet": "", |
| 1237 |
"valueMobile": "", |
| 1238 |
"valueUnit": "deg", |
| 1239 |
"valueUnitTablet": "", |
| 1240 |
"valueUnitMobile": "" |
| 1241 |
} |
| 1242 |
}, |
| 1243 |
"starIconRotateHover": { |
| 1244 |
"type": "object", |
| 1245 |
"default": { |
| 1246 |
"value": 0, |
| 1247 |
"valueTablet": "", |
| 1248 |
"valueMobile": "", |
| 1249 |
"valueUnit": "deg", |
| 1250 |
"valueUnitTablet": "", |
| 1251 |
"valueUnitMobile": "" |
| 1252 |
} |
| 1253 |
}, |
| 1254 |
"starIcontransitionDuration": { |
| 1255 |
"type": "number", |
| 1256 |
"default": 0 |
| 1257 |
}, |
| 1258 |
"starIconImageWidth": { |
| 1259 |
"type": "number", |
| 1260 |
"default": 0 |
| 1261 |
}, |
| 1262 |
"rating": { |
| 1263 |
"type": "number", |
| 1264 |
"default": 4 |
| 1265 |
}, |
| 1266 |
"spacing": { |
| 1267 |
"type": "object", |
| 1268 |
"default": { |
| 1269 |
"value": 0, |
| 1270 |
"valueTablet": "", |
| 1271 |
"valueMobile": "", |
| 1272 |
"valueUnit": "px", |
| 1273 |
"valueUnitTablet": "", |
| 1274 |
"valueUnitMobile": "" |
| 1275 |
} |
| 1276 |
}, |
| 1277 |
"ratingNumberGap": { |
| 1278 |
"type": "object", |
| 1279 |
"default": { |
| 1280 |
"value": 0, |
| 1281 |
"valueTablet": "", |
| 1282 |
"valueMobile": "", |
| 1283 |
"valueUnit": "px", |
| 1284 |
"valueUnitTablet": "", |
| 1285 |
"valueUnitMobile": "" |
| 1286 |
} |
| 1287 |
}, |
| 1288 |
"iconGap": { |
| 1289 |
"type": "object", |
| 1290 |
"default": { |
| 1291 |
"value": 16, |
| 1292 |
"valueTablet": "", |
| 1293 |
"valueMobile": "", |
| 1294 |
"valueUnit": "px", |
| 1295 |
"valueUnitTablet": "", |
| 1296 |
"valueUnitMobile": "" |
| 1297 |
} |
| 1298 |
}, |
| 1299 |
"contentGap": { |
| 1300 |
"type": "object", |
| 1301 |
"default": { |
| 1302 |
"value": 10, |
| 1303 |
"valueTablet": "", |
| 1304 |
"valueMobile": "", |
| 1305 |
"valueUnit": "px", |
| 1306 |
"valueUnitTablet": "", |
| 1307 |
"valueUnitMobile": "" |
| 1308 |
} |
| 1309 |
}, |
| 1310 |
"_margin": { |
| 1311 |
"type": "object", |
| 1312 |
"default": { |
| 1313 |
"isLinked": true, |
| 1314 |
"isLinkedTablet": true, |
| 1315 |
"isLinkedMobile": true, |
| 1316 |
"common": "", |
| 1317 |
"top": "", |
| 1318 |
"right": "", |
| 1319 |
"bottom": "", |
| 1320 |
"left": "", |
| 1321 |
"unit": "px", |
| 1322 |
"commonTablet": "", |
| 1323 |
"topTablet": "", |
| 1324 |
"rightTablet": "", |
| 1325 |
"bottomTablet": "", |
| 1326 |
"leftTablet": "", |
| 1327 |
"unitTablet": "", |
| 1328 |
"commonMobile": "", |
| 1329 |
"topMobile": "", |
| 1330 |
"rightMobile": "", |
| 1331 |
"bottomMobile": "", |
| 1332 |
"leftMobile": "", |
| 1333 |
"unitMobile": "" |
| 1334 |
} |
| 1335 |
}, |
| 1336 |
"_padding": { |
| 1337 |
"type": "object", |
| 1338 |
"default": { |
| 1339 |
"isLinked": true, |
| 1340 |
"isLinkedTablet": true, |
| 1341 |
"isLinkedMobile": true, |
| 1342 |
"common": "", |
| 1343 |
"top": "", |
| 1344 |
"right": "", |
| 1345 |
"bottom": "", |
| 1346 |
"left": "", |
| 1347 |
"unit": "px", |
| 1348 |
"commonTablet": "", |
| 1349 |
"topTablet": "", |
| 1350 |
"rightTablet": "", |
| 1351 |
"bottomTablet": "", |
| 1352 |
"leftTablet": "", |
| 1353 |
"unitTablet": "", |
| 1354 |
"commonMobile": "", |
| 1355 |
"topMobile": "", |
| 1356 |
"rightMobile": "", |
| 1357 |
"bottomMobile": "", |
| 1358 |
"leftMobile": "", |
| 1359 |
"unitMobile": "" |
| 1360 |
} |
| 1361 |
}, |
| 1362 |
"_width": { |
| 1363 |
"type": "object", |
| 1364 |
"default": { |
| 1365 |
"widthType": "default", |
| 1366 |
"widthTypeTablet": "", |
| 1367 |
"widthTypeMobile": "", |
| 1368 |
"customWidth": "", |
| 1369 |
"customWidthTablet": "", |
| 1370 |
"customWidthMobile": "", |
| 1371 |
"customWidthUnit": "%", |
| 1372 |
"customWidthUnitTablet": "", |
| 1373 |
"customWidthUnitMobile": "" |
| 1374 |
} |
| 1375 |
}, |
| 1376 |
"_border": { |
| 1377 |
"type": "object", |
| 1378 |
"default": { |
| 1379 |
"borderStyle": "default", |
| 1380 |
"borderStyleH": "default", |
| 1381 |
"borderColor": "", |
| 1382 |
"borderColorH": "", |
| 1383 |
"isLinkedWidth": true, |
| 1384 |
"isLinkedWidthTablet": true, |
| 1385 |
"isLinkedWidthMobile": true, |
| 1386 |
"commonWidth": "", |
| 1387 |
"commonWidthTablet": "", |
| 1388 |
"commonWidthMobile": "", |
| 1389 |
"topWidth": "", |
| 1390 |
"rightWidth": "", |
| 1391 |
"bottomWidth": "", |
| 1392 |
"leftWidth": "", |
| 1393 |
"topWidthTablet": "", |
| 1394 |
"rightWidthTablet": "", |
| 1395 |
"bottomWidthTablet": "", |
| 1396 |
"leftWidthTablet": "", |
| 1397 |
"topWidthMobile": "", |
| 1398 |
"rightWidthMobile": "", |
| 1399 |
"bottomWidthMobile": "", |
| 1400 |
"leftWidthMobile": "", |
| 1401 |
"unitWidth": "px", |
| 1402 |
"unitWidthTablet": "", |
| 1403 |
"unitWidthMobile": "", |
| 1404 |
"isLinkedWidthH": true, |
| 1405 |
"isLinkedWidthHTablet": true, |
| 1406 |
"isLinkedWidthHMobile": true, |
| 1407 |
"commonWidthH": "", |
| 1408 |
"commonWidthHTablet": "", |
| 1409 |
"commonWidthHMobile": "", |
| 1410 |
"topWidthH": "", |
| 1411 |
"rightWidthH": "", |
| 1412 |
"bottomWidthH": "", |
| 1413 |
"leftWidthH": "", |
| 1414 |
"topWidthHTablet": "", |
| 1415 |
"rightWidthHTablet": "", |
| 1416 |
"bottomWidthHTablet": "", |
| 1417 |
"leftWidthHTablet": "", |
| 1418 |
"topWidthHMobile": "", |
| 1419 |
"rightWidthHMobile": "", |
| 1420 |
"bottomWidthHMobile": "", |
| 1421 |
"leftWidthHMobile": "", |
| 1422 |
"unitWidthH": "px", |
| 1423 |
"unitWidthHTablet": "", |
| 1424 |
"unitWidthHMobile": "", |
| 1425 |
"isLinkedRadius": true, |
| 1426 |
"isLinkedRadiusTablet": true, |
| 1427 |
"isLinkedRadiusMobile": true, |
| 1428 |
"commonRadius": "", |
| 1429 |
"commonRadiusTablet": "", |
| 1430 |
"commonRadiusMobile": "", |
| 1431 |
"topRadius": "", |
| 1432 |
"rightRadius": "", |
| 1433 |
"bottomRadius": "", |
| 1434 |
"leftRadius": "", |
| 1435 |
"topRadiusTablet": "", |
| 1436 |
"rightRadiusTablet": "", |
| 1437 |
"bottomRadiusTablet": "", |
| 1438 |
"leftRadiusTablet": "", |
| 1439 |
"topRadiusMobile": "", |
| 1440 |
"rightRadiusMobile": "", |
| 1441 |
"bottomRadiusMobile": "", |
| 1442 |
"leftRadiusMobile": "", |
| 1443 |
"unitRadius": "px", |
| 1444 |
"unitRadiusTablet": "", |
| 1445 |
"unitRadiusMobile": "", |
| 1446 |
"isLinkedRadiusH": true, |
| 1447 |
"isLinkedRadiusHTablet": true, |
| 1448 |
"isLinkedRadiusHMobile": true, |
| 1449 |
"commonRadiusH": "", |
| 1450 |
"commonRadiusHTablet": "", |
| 1451 |
"commonRadiusHMobile": "", |
| 1452 |
"topRadiusH": "", |
| 1453 |
"rightRadiusH": "", |
| 1454 |
"bottomRadiusH": "", |
| 1455 |
"leftRadiusH": "", |
| 1456 |
"topRadiusHTablet": "", |
| 1457 |
"rightRadiusHTablet": "", |
| 1458 |
"bottomRadiusHTablet": "", |
| 1459 |
"leftRadiusHTablet": "", |
| 1460 |
"topRadiusHMobile": "", |
| 1461 |
"rightRadiusHMobile": "", |
| 1462 |
"bottomRadiusHMobile": "", |
| 1463 |
"leftRadiusHMobile": "", |
| 1464 |
"unitRadiusH": "px", |
| 1465 |
"unitRadiusHTablet": "", |
| 1466 |
"unitRadiusHMobile": "", |
| 1467 |
"transitionDuration": "" |
| 1468 |
} |
| 1469 |
}, |
| 1470 |
"_position": { |
| 1471 |
"type": "object", |
| 1472 |
"default": { |
| 1473 |
"positionType": "relative", |
| 1474 |
"positionTypeTablet": "", |
| 1475 |
"positionTypeMobile": "", |
| 1476 |
"hOrientation": "", |
| 1477 |
"hOffset": "", |
| 1478 |
"hOffsetTablet": "", |
| 1479 |
"hOffsetMobile": "", |
| 1480 |
"hOffsetUnit": "px", |
| 1481 |
"hOffsetUnitTablet": "px", |
| 1482 |
"hOffsetUnitMobile": "px", |
| 1483 |
"vOrientation": "", |
| 1484 |
"vOffset": "", |
| 1485 |
"vOffsetTablet": "", |
| 1486 |
"vOffsetMobile": "", |
| 1487 |
"vOffsetUnit": "px", |
| 1488 |
"vOffsetUnitTablet": "px", |
| 1489 |
"vOffsetUnitMobile": "px" |
| 1490 |
} |
| 1491 |
}, |
| 1492 |
"_background": { |
| 1493 |
"type": "object", |
| 1494 |
"default": { |
| 1495 |
"backgroundType": "none", |
| 1496 |
"backgroundTypeH": "none", |
| 1497 |
"backgroundColor": "", |
| 1498 |
"backgroundColorH": "", |
| 1499 |
"imgId": "", |
| 1500 |
"imgIdTablet": "", |
| 1501 |
"imgIdMobile": "", |
| 1502 |
"imgUrl": "", |
| 1503 |
"imgUrlTablet": "", |
| 1504 |
"imgUrlMobile": "", |
| 1505 |
"imgSize": "", |
| 1506 |
"imgSizeTablet": "", |
| 1507 |
"imgSizeMobile": "", |
| 1508 |
"imgPosition": "", |
| 1509 |
"imgPositionTablet": "", |
| 1510 |
"imgPositionMobile": "", |
| 1511 |
"imgXPositionUnit": "px", |
| 1512 |
"imgXPositionUnitTablet": "", |
| 1513 |
"imgXPositionUnitMobile": "", |
| 1514 |
"imgXPosition": "", |
| 1515 |
"imgXPositionTablet": "", |
| 1516 |
"imgXPositionMobile": "", |
| 1517 |
"imgYPositionUnit": "px", |
| 1518 |
"imgYPositionUnitTablet": "", |
| 1519 |
"imgYPositionUnitMobile": "", |
| 1520 |
"imgYPosition": "", |
| 1521 |
"imgYPositionTablet": "", |
| 1522 |
"imgYPositionMobile": "", |
| 1523 |
"imgAttachment": "", |
| 1524 |
"imgRepeat": "", |
| 1525 |
"imgRepeatTablet": "", |
| 1526 |
"imgRepeatMobile": "", |
| 1527 |
"imgDisplaySize": "", |
| 1528 |
"imgDisplaySizeTablet": "", |
| 1529 |
"imgDisplaySizeMobile": "", |
| 1530 |
"imgDisplaySizeWidth": "", |
| 1531 |
"imgDisplaySizeWidthTablet": "", |
| 1532 |
"imgDisplaySizeWidthMobile": "", |
| 1533 |
"imgDisplaySizeWidthUnit": "px", |
| 1534 |
"imgDisplaySizeWidthUnitTablet": "", |
| 1535 |
"imgDisplaySizeWidthUnitMobile": "", |
| 1536 |
"imgIdH": "", |
| 1537 |
"imgIdTabletH": "", |
| 1538 |
"imgIdMobileH": "", |
| 1539 |
"imgUrlH": "", |
| 1540 |
"imgUrlHTablet": "", |
| 1541 |
"imgUrlHMobile": "", |
| 1542 |
"imgSizeH": "", |
| 1543 |
"imgSizeHTablet": "", |
| 1544 |
"imgSizeHMobile": "", |
| 1545 |
"imgPositionH": "", |
| 1546 |
"imgPositionHTablet": "", |
| 1547 |
"imgPositionHMobile": "", |
| 1548 |
"imgXPositionUnitH": "px", |
| 1549 |
"imgXPositionUnitHTablet": "", |
| 1550 |
"imgXPositionUnitHMobile": "", |
| 1551 |
"imgXPositionH": "", |
| 1552 |
"imgXPositionHTablet": "", |
| 1553 |
"imgXPositionHMobile": "", |
| 1554 |
"imgYPositionUnitH": "px", |
| 1555 |
"imgYPositionUnitHTablet": "", |
| 1556 |
"imgYPositionUnitHMobile": "", |
| 1557 |
"imgYPositionH": "", |
| 1558 |
"imgYPositionHTablet": "", |
| 1559 |
"imgYPositionHMobile": "", |
| 1560 |
"imgAttachmentH": "", |
| 1561 |
"imgRepeatH": "", |
| 1562 |
"imgRepeatHTablet": "", |
| 1563 |
"imgRepeatHMobile": "", |
| 1564 |
"imgDisplaySizeH": "", |
| 1565 |
"imgDisplaySizeHTablet": "", |
| 1566 |
"imgDisplaySizeHMobile": "", |
| 1567 |
"imgDisplaySizeWidthH": "", |
| 1568 |
"imgDisplaySizeWidthHTablet": "", |
| 1569 |
"imgDisplaySizeWidthHMobile": "", |
| 1570 |
"imgDisplaySizeWidthHUnit": "px", |
| 1571 |
"imgDisplaySizeWidthHUnitTablet": "", |
| 1572 |
"imgDisplaySizeWidthHUnitMobile": "", |
| 1573 |
"transitionDuration": "", |
| 1574 |
"videoUrl": "", |
| 1575 |
"youtubeURL": "", |
| 1576 |
"vimeoURL": "", |
| 1577 |
"selfHostedURL": "", |
| 1578 |
"externalLink": false, |
| 1579 |
"videoSource": "none", |
| 1580 |
"videoPlayOnce": "", |
| 1581 |
"videoStartTime": "", |
| 1582 |
"videoEndTime": "", |
| 1583 |
"playOnMobile": "", |
| 1584 |
"videoPrivacyMode": "", |
| 1585 |
"fallbackImageUrl": "" |
| 1586 |
} |
| 1587 |
}, |
| 1588 |
"_zIndex": { |
| 1589 |
"type": "object", |
| 1590 |
"default": { |
| 1591 |
"zIndex": "", |
| 1592 |
"zIndexTablet": "", |
| 1593 |
"zIndexMobile": "" |
| 1594 |
} |
| 1595 |
}, |
| 1596 |
"_transform": { |
| 1597 |
"type": "object", |
| 1598 |
"default": { |
| 1599 |
"rotate": "", |
| 1600 |
"rotateTablet": "", |
| 1601 |
"rotateMobile": "", |
| 1602 |
"rotate3D": false, |
| 1603 |
"rotate3DTablet": false, |
| 1604 |
"rotate3DMobile": false, |
| 1605 |
"rotateX": "", |
| 1606 |
"rotateXTablet": "", |
| 1607 |
"rotateXMobile": "", |
| 1608 |
"rotateY": "", |
| 1609 |
"rotateYTablet": "", |
| 1610 |
"rotateYMobile": "", |
| 1611 |
"rotateP": "", |
| 1612 |
"rotatePTablet": "", |
| 1613 |
"rotatePMobile": "", |
| 1614 |
"offsetX": "", |
| 1615 |
"offsetXTablet": "", |
| 1616 |
"offsetXMobile": "", |
| 1617 |
"offsetXUnit": "px", |
| 1618 |
"offsetXUnitTablet": "px", |
| 1619 |
"offsetXUnitMobile": "px", |
| 1620 |
"offsetY": "", |
| 1621 |
"offsetYTablet": "", |
| 1622 |
"offsetYMobile": "", |
| 1623 |
"offsetYUnit": "px", |
| 1624 |
"offsetYUnitTablet": "px", |
| 1625 |
"offsetYUnitMobile": "px", |
| 1626 |
"scaleProportions": false, |
| 1627 |
"scale": "", |
| 1628 |
"scaleTablet": "", |
| 1629 |
"scaleMobile": "", |
| 1630 |
"scaleX": "", |
| 1631 |
"scaleXTablet": "", |
| 1632 |
"scaleXMobile": "", |
| 1633 |
"scaleY": "", |
| 1634 |
"scaleYTablet": "", |
| 1635 |
"scaleYMobile": "", |
| 1636 |
"skewX": "", |
| 1637 |
"skewXTablet": "", |
| 1638 |
"skewXMobile": "", |
| 1639 |
"skewY": "", |
| 1640 |
"skewYTablet": "", |
| 1641 |
"skewYMobile": "", |
| 1642 |
"flipHorizontal": false, |
| 1643 |
"flipVertical": false, |
| 1644 |
"xAnchorPoint": "", |
| 1645 |
"xAnchorPointTablet": "", |
| 1646 |
"xAnchorPointMobile": "", |
| 1647 |
"yAnchorPoint": "", |
| 1648 |
"yAnchorPointTablet": "", |
| 1649 |
"yAnchorPointMobile": "", |
| 1650 |
"rotateH": "", |
| 1651 |
"rotateHTablet": "", |
| 1652 |
"rotateHMobile": "", |
| 1653 |
"rotate3DH": false, |
| 1654 |
"rotate3DHTablet": false, |
| 1655 |
"rotate3DHMobile": false, |
| 1656 |
"rotateXH": "", |
| 1657 |
"rotateXHTablet": "", |
| 1658 |
"rotateXHMobile": "", |
| 1659 |
"rotateYH": "", |
| 1660 |
"rotateYHTablet": "", |
| 1661 |
"rotateYHMobile": "", |
| 1662 |
"rotatePH": "", |
| 1663 |
"rotatePHTablet": "", |
| 1664 |
"rotatePHMobile": "", |
| 1665 |
"offsetXH": "", |
| 1666 |
"offsetXHTablet": "", |
| 1667 |
"offsetXHMobile": "", |
| 1668 |
"offsetXHUnit": "px", |
| 1669 |
"offsetXHUnitTablet": "px", |
| 1670 |
"offsetXHUnitMobile": "px", |
| 1671 |
"offsetYH": "", |
| 1672 |
"offsetYHTablet": "", |
| 1673 |
"offsetYHMobile": "", |
| 1674 |
"offsetYHUnit": "px", |
| 1675 |
"offsetYHUnitTablet": "px", |
| 1676 |
"offsetYHUnitMobile": "px", |
| 1677 |
"scaleProportionsH": false, |
| 1678 |
"scaleH": "", |
| 1679 |
"scaleHTablet": "", |
| 1680 |
"scaleHMobile": "", |
| 1681 |
"scaleXH": "", |
| 1682 |
"scaleXHTablet": "", |
| 1683 |
"scaleXHMobile": "", |
| 1684 |
"scaleYH": "", |
| 1685 |
"scaleYHTablet": "", |
| 1686 |
"scaleYHMobile": "", |
| 1687 |
"skewXH": "", |
| 1688 |
"skewXHTablet": "", |
| 1689 |
"skewXHMobile": "", |
| 1690 |
"skewYH": "", |
| 1691 |
"skewYHTablet": "", |
| 1692 |
"skewYHMobile": "", |
| 1693 |
"flipHorizontalH": false, |
| 1694 |
"flipVerticalH": false, |
| 1695 |
"xAnchorPointH": "", |
| 1696 |
"xAnchorPointHTablet": "", |
| 1697 |
"xAnchorPointHMobile": "", |
| 1698 |
"yAnchorPointH": "", |
| 1699 |
"yAnchorPointHTablet": "", |
| 1700 |
"yAnchorPointHMobile": "", |
| 1701 |
"transitionH": "" |
| 1702 |
} |
| 1703 |
}, |
| 1704 |
"_mask": { |
| 1705 |
"type": "object", |
| 1706 |
"default": { |
| 1707 |
"mask": false, |
| 1708 |
"maskTablet": false, |
| 1709 |
"maskMobile": false, |
| 1710 |
"maskShape": "circle", |
| 1711 |
"customMaskShape": "", |
| 1712 |
"maskSize": "", |
| 1713 |
"maskSizeTablet": "", |
| 1714 |
"maskSizeMobile": "", |
| 1715 |
"maskPosition": "", |
| 1716 |
"maskPositionTablet": "", |
| 1717 |
"maskPositionMobile": "", |
| 1718 |
"maskRepeat": "", |
| 1719 |
"maskRepeatTablet": "", |
| 1720 |
"maskRepeatMobile": "", |
| 1721 |
"scaleUnit": "px", |
| 1722 |
"scaleUnitTablet": "px", |
| 1723 |
"scaleUnitMobile": "px", |
| 1724 |
"scale": "0", |
| 1725 |
"scaleTablet": "0", |
| 1726 |
"scaleMobile": "0", |
| 1727 |
"xPositionUnit": "px", |
| 1728 |
"xPositionUnitTablet": "px", |
| 1729 |
"xPositionUnitMobile": "px", |
| 1730 |
"xPosition": "", |
| 1731 |
"xPositionTablet": "0", |
| 1732 |
"xPositionMobile": "0", |
| 1733 |
"yPositionUnit": "0", |
| 1734 |
"yPositionUnitTablet": "px", |
| 1735 |
"yPositionUnitMobile": "px", |
| 1736 |
"yPosition": "0", |
| 1737 |
"yPositionTablet": "0", |
| 1738 |
"yPositionMobile": "0" |
| 1739 |
} |
| 1740 |
}, |
| 1741 |
"_animation": { |
| 1742 |
"type": "object", |
| 1743 |
"default": { |
| 1744 |
"animationType": "", |
| 1745 |
"animationTypeTablet": "", |
| 1746 |
"animationTypeMobile": "", |
| 1747 |
"animationDuration": "", |
| 1748 |
"animationDelay": "" |
| 1749 |
} |
| 1750 |
}, |
| 1751 |
"_boxShadow": { |
| 1752 |
"type": "object", |
| 1753 |
"default": { |
| 1754 |
"preset": "", |
| 1755 |
"shadowType": "default", |
| 1756 |
"shadow": "", |
| 1757 |
"horizontal": "", |
| 1758 |
"vertical": "", |
| 1759 |
"blur": "", |
| 1760 |
"spread": "", |
| 1761 |
"color": "", |
| 1762 |
"presetH": "", |
| 1763 |
"shadowTypeH": "default", |
| 1764 |
"shadowH": "", |
| 1765 |
"horizontalH": "", |
| 1766 |
"verticalH": "", |
| 1767 |
"blurH": "", |
| 1768 |
"spreadH": "", |
| 1769 |
"colorH": "", |
| 1770 |
"transitionDuration": "0" |
| 1771 |
} |
| 1772 |
}, |
| 1773 |
"_hide_on_desktop": { |
| 1774 |
"type": "boolean", |
| 1775 |
"default": false |
| 1776 |
}, |
| 1777 |
"_hide_on_tablet": { |
| 1778 |
"type": "boolean", |
| 1779 |
"default": false |
| 1780 |
}, |
| 1781 |
"_hide_on_mobile": { |
| 1782 |
"type": "boolean", |
| 1783 |
"default": false |
| 1784 |
}, |
| 1785 |
"_custom_css": { |
| 1786 |
"type": "string", |
| 1787 |
"default": "" |
| 1788 |
} |
| 1789 |
} |
| 1790 |
} |