block.json
6 months ago
controller.php
6 months ago
error.php
6 months ago
index.asset.php
1 month ago
index.js
1 month ago
style-index-rtl.css
4 months ago
style-index.css
4 months ago
view.php
6 months ago
block.json
787 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-review-list", |
| 5 | "title": "Product Review List", |
| 6 | "description": "Display a list of product reviews.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-product-page", |
| 9 | "example": { |
| 10 | "innerBlocks": [ |
| 11 | { |
| 12 | "name": "core/heading", |
| 13 | "attributes": { |
| 14 | "content": "Customer Reviews", |
| 15 | "level": 2, |
| 16 | "className": "wp-block-heading", |
| 17 | "style": { |
| 18 | "spacing": { |
| 19 | "margin": { |
| 20 | "top": "32px", |
| 21 | "bottom": "32px" |
| 22 | } |
| 23 | }, |
| 24 | "typography": { |
| 25 | "lineHeight": "1" |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 | }, |
| 30 | { |
| 31 | "name": "surecart/product-reviews", |
| 32 | "innerBlocks": [ |
| 33 | { |
| 34 | "name": "surecart/product-review-summary", |
| 35 | "attributes": { |
| 36 | "style": { |
| 37 | "spacing": { |
| 38 | "margin": { |
| 39 | "bottom": "15px" |
| 40 | } |
| 41 | } |
| 42 | } |
| 43 | }, |
| 44 | "innerBlocks": [ |
| 45 | { |
| 46 | "name": "core/columns", |
| 47 | "attributes": { |
| 48 | "style": { |
| 49 | "spacing": { |
| 50 | "blockGap": { |
| 51 | "left": "20px" |
| 52 | } |
| 53 | } |
| 54 | } |
| 55 | }, |
| 56 | "innerBlocks": [ |
| 57 | { |
| 58 | "name": "core/column", |
| 59 | "attributes": { |
| 60 | "verticalAlignment": "center", |
| 61 | "width": "280px" |
| 62 | }, |
| 63 | "innerBlocks": [ |
| 64 | { |
| 65 | "name": "core/group", |
| 66 | "attributes": { |
| 67 | "style": { |
| 68 | "spacing": { |
| 69 | "blockGap": "14px", |
| 70 | "padding": { |
| 71 | "right": "0px", |
| 72 | "left": "0px" |
| 73 | }, |
| 74 | "margin": { |
| 75 | "top": "0", |
| 76 | "bottom": "0" |
| 77 | } |
| 78 | }, |
| 79 | "layout": { |
| 80 | "selfStretch": "fill", |
| 81 | "flexSize": null |
| 82 | } |
| 83 | }, |
| 84 | "layout": { |
| 85 | "type": "flex", |
| 86 | "flexWrap": "nowrap", |
| 87 | "orientation": "vertical", |
| 88 | "verticalAlignment": "center" |
| 89 | } |
| 90 | }, |
| 91 | "innerBlocks": [ |
| 92 | { |
| 93 | "name": "core/group", |
| 94 | "attributes": { |
| 95 | "style": { |
| 96 | "spacing": { |
| 97 | "blockGap": "5px", |
| 98 | "padding": { |
| 99 | "right": "0px", |
| 100 | "left": "0px" |
| 101 | }, |
| 102 | "margin": { |
| 103 | "top": "0", |
| 104 | "bottom": "0" |
| 105 | } |
| 106 | } |
| 107 | }, |
| 108 | "layout": { |
| 109 | "type": "flex", |
| 110 | "flexWrap": "nowrap", |
| 111 | "verticalAlignment": "bottom" |
| 112 | } |
| 113 | }, |
| 114 | "innerBlocks": [ |
| 115 | { |
| 116 | "name": "surecart/product-review-average-rating-value", |
| 117 | "attributes": { |
| 118 | "className": "is-style-none", |
| 119 | "style": { |
| 120 | "typography": { |
| 121 | "fontStyle": "normal", |
| 122 | "fontWeight": "600", |
| 123 | "lineHeight": "1", |
| 124 | "fontSize": "24px" |
| 125 | } |
| 126 | } |
| 127 | } |
| 128 | }, |
| 129 | { |
| 130 | "name": "core/paragraph", |
| 131 | "attributes": { |
| 132 | "content": "/ 5.0", |
| 133 | "style": { |
| 134 | "typography": { |
| 135 | "lineHeight": "1.5", |
| 136 | "fontSize": "14px" |
| 137 | }, |
| 138 | "color": { |
| 139 | "text": "#4b5563" |
| 140 | }, |
| 141 | "spacing": { |
| 142 | "padding": { |
| 143 | "top": "0", |
| 144 | "bottom": "0", |
| 145 | "left": "0", |
| 146 | "right": "0" |
| 147 | }, |
| 148 | "margin": { |
| 149 | "top": "0", |
| 150 | "bottom": "0" |
| 151 | } |
| 152 | } |
| 153 | } |
| 154 | } |
| 155 | } |
| 156 | ] |
| 157 | }, |
| 158 | { |
| 159 | "name": "surecart/product-review-average-rating-stars" |
| 160 | }, |
| 161 | { |
| 162 | "name": "core/group", |
| 163 | "attributes": { |
| 164 | "style": { |
| 165 | "spacing": { |
| 166 | "blockGap": "5px", |
| 167 | "padding": { |
| 168 | "right": "0px", |
| 169 | "left": "0px" |
| 170 | }, |
| 171 | "margin": { |
| 172 | "top": "0", |
| 173 | "bottom": "0" |
| 174 | } |
| 175 | } |
| 176 | }, |
| 177 | "layout": { |
| 178 | "type": "flex", |
| 179 | "flexWrap": "nowrap" |
| 180 | } |
| 181 | }, |
| 182 | "innerBlocks": [ |
| 183 | { |
| 184 | "name": "core/paragraph", |
| 185 | "attributes": { |
| 186 | "content": "Based on", |
| 187 | "style": { |
| 188 | "typography": { |
| 189 | "fontSize": "14px" |
| 190 | }, |
| 191 | "spacing": { |
| 192 | "padding": { |
| 193 | "top": "0", |
| 194 | "bottom": "0", |
| 195 | "left": "0", |
| 196 | "right": "0" |
| 197 | }, |
| 198 | "margin": { |
| 199 | "top": "0", |
| 200 | "bottom": "0" |
| 201 | } |
| 202 | } |
| 203 | } |
| 204 | } |
| 205 | }, |
| 206 | { |
| 207 | "name": "surecart/product-review-total-rating", |
| 208 | "attributes": { |
| 209 | "link_to_reviews": false, |
| 210 | "className": "is-style-default", |
| 211 | "style": { |
| 212 | "spacing": { |
| 213 | "blockGap": "4px", |
| 214 | "margin": { |
| 215 | "right": "0", |
| 216 | "left": "0" |
| 217 | }, |
| 218 | "padding": { |
| 219 | "right": "0", |
| 220 | "left": "0" |
| 221 | } |
| 222 | } |
| 223 | } |
| 224 | } |
| 225 | } |
| 226 | ] |
| 227 | } |
| 228 | ] |
| 229 | } |
| 230 | ] |
| 231 | }, |
| 232 | { |
| 233 | "name": "core/column", |
| 234 | "attributes": { |
| 235 | "verticalAlignment": "center" |
| 236 | }, |
| 237 | "innerBlocks": [ |
| 238 | { |
| 239 | "name": "surecart/product-review-breakdown", |
| 240 | "attributes": { |
| 241 | "columns": 2, |
| 242 | "className": "is-style-default", |
| 243 | "layout": { |
| 244 | "type": "flex", |
| 245 | "justifyContent": "left", |
| 246 | "orientation": "horizontal", |
| 247 | "verticalAlignment": "center" |
| 248 | } |
| 249 | } |
| 250 | } |
| 251 | ] |
| 252 | } |
| 253 | ] |
| 254 | } |
| 255 | ] |
| 256 | }, |
| 257 | { |
| 258 | "name": "core/group", |
| 259 | "attributes": { |
| 260 | "metadata": { |
| 261 | "name": "Header" |
| 262 | }, |
| 263 | "layout": { |
| 264 | "type": "flex", |
| 265 | "flexWrap": "nowrap", |
| 266 | "justifyContent": "space-between" |
| 267 | } |
| 268 | }, |
| 269 | "innerBlocks": [ |
| 270 | { |
| 271 | "name": "surecart/product-review-list-sidebar-toggle", |
| 272 | "attributes": { |
| 273 | "label": "Filters" |
| 274 | } |
| 275 | }, |
| 276 | { |
| 277 | "name": "surecart/product-review-add-button", |
| 278 | "attributes": { |
| 279 | "width": 100, |
| 280 | "className": "is-style-fill", |
| 281 | "style": { |
| 282 | "elements": { |
| 283 | "link": { |
| 284 | "color": { |
| 285 | "text": "var:preset|color|white" |
| 286 | } |
| 287 | } |
| 288 | }, |
| 289 | "spacing": { |
| 290 | "blockGap": "4px" |
| 291 | } |
| 292 | }, |
| 293 | "backgroundColor": "surecart", |
| 294 | "textColor": "white" |
| 295 | } |
| 296 | } |
| 297 | ] |
| 298 | }, |
| 299 | { |
| 300 | "name": "core/group", |
| 301 | "attributes": { |
| 302 | "style": { |
| 303 | "spacing": { |
| 304 | "padding": { |
| 305 | "right": "0px", |
| 306 | "left": "0px" |
| 307 | }, |
| 308 | "margin": { |
| 309 | "top": "0", |
| 310 | "bottom": "0" |
| 311 | } |
| 312 | } |
| 313 | }, |
| 314 | "layout": { |
| 315 | "type": "flex", |
| 316 | "flexWrap": "nowrap", |
| 317 | "verticalAlignment": "top" |
| 318 | } |
| 319 | }, |
| 320 | "innerBlocks": [ |
| 321 | { |
| 322 | "name": "surecart/product-review-list-sidebar", |
| 323 | "attributes": { |
| 324 | "style": { |
| 325 | "layout": { |
| 326 | "selfStretch": "fixed", |
| 327 | "flexSize": "280px" |
| 328 | }, |
| 329 | "position": { |
| 330 | "type": "sticky", |
| 331 | "top": "0px" |
| 332 | }, |
| 333 | "spacing": { |
| 334 | "blockGap": "30px" |
| 335 | } |
| 336 | }, |
| 337 | "layout": { |
| 338 | "type": "flex", |
| 339 | "orientation": "vertical" |
| 340 | } |
| 341 | }, |
| 342 | "innerBlocks": [ |
| 343 | { |
| 344 | "name": "surecart/product-review-list-filter-tags", |
| 345 | "attributes": { |
| 346 | "layout": { |
| 347 | "type": "flex", |
| 348 | "orientation": "vertical", |
| 349 | "verticalAlignment": "top", |
| 350 | "flexWrap": "nowrap" |
| 351 | } |
| 352 | }, |
| 353 | "innerBlocks": [ |
| 354 | { |
| 355 | "name": "surecart/product-review-list-filter-tags-label", |
| 356 | "attributes": { |
| 357 | "style": { |
| 358 | "typography": { |
| 359 | "fontWeight": "600", |
| 360 | "fontStyle": "normal" |
| 361 | } |
| 362 | } |
| 363 | } |
| 364 | }, |
| 365 | { |
| 366 | "name": "surecart/product-review-list-filter-tags-template", |
| 367 | "attributes": { |
| 368 | "layout": { |
| 369 | "type": "flex", |
| 370 | "orientation": "horizontal" |
| 371 | } |
| 372 | }, |
| 373 | "innerBlocks": [ |
| 374 | { |
| 375 | "name": "surecart/product-review-list-filter-tag" |
| 376 | } |
| 377 | ] |
| 378 | }, |
| 379 | { |
| 380 | "name": "surecart/product-review-list-filter-tags-clear-all", |
| 381 | "attributes": { |
| 382 | "style": { |
| 383 | "typography": { |
| 384 | "textDecoration": "underline" |
| 385 | } |
| 386 | } |
| 387 | } |
| 388 | } |
| 389 | ] |
| 390 | }, |
| 391 | { |
| 392 | "name": "surecart/product-review-list-filter-checkboxes", |
| 393 | "attributes": { |
| 394 | "layout": { |
| 395 | "type": "flex", |
| 396 | "orientation": "vertical", |
| 397 | "verticalAlignment": "top", |
| 398 | "flexWrap": "nowrap" |
| 399 | } |
| 400 | }, |
| 401 | "innerBlocks": [ |
| 402 | { |
| 403 | "name": "surecart/product-review-list-filter-checkboxes-label", |
| 404 | "attributes": { |
| 405 | "style": { |
| 406 | "typography": { |
| 407 | "fontWeight": "600", |
| 408 | "fontStyle": "normal" |
| 409 | } |
| 410 | } |
| 411 | } |
| 412 | }, |
| 413 | { |
| 414 | "name": "surecart/product-review-list-filter-checkboxes-template", |
| 415 | "attributes": { |
| 416 | "style": { |
| 417 | "spacing": { |
| 418 | "blockGap": "4px" |
| 419 | } |
| 420 | } |
| 421 | }, |
| 422 | "innerBlocks": [ |
| 423 | { |
| 424 | "name": "surecart/product-review-list-filter-checkbox" |
| 425 | } |
| 426 | ] |
| 427 | } |
| 428 | ] |
| 429 | } |
| 430 | ] |
| 431 | }, |
| 432 | { |
| 433 | "name": "core/group", |
| 434 | "attributes": { |
| 435 | "style": { |
| 436 | "spacing": { |
| 437 | "blockGap": "0px", |
| 438 | "padding": { |
| 439 | "right": "0px", |
| 440 | "left": "0px" |
| 441 | }, |
| 442 | "margin": { |
| 443 | "top": "0", |
| 444 | "bottom": "0" |
| 445 | } |
| 446 | }, |
| 447 | "layout": { |
| 448 | "selfStretch": "fill", |
| 449 | "flexSize": null |
| 450 | } |
| 451 | }, |
| 452 | "layout": { |
| 453 | "type": "flex", |
| 454 | "orientation": "vertical", |
| 455 | "justifyContent": "stretch" |
| 456 | } |
| 457 | }, |
| 458 | "innerBlocks": [ |
| 459 | { |
| 460 | "name": "surecart/product-review-template", |
| 461 | "attributes": { |
| 462 | "style": { |
| 463 | "spacing": { |
| 464 | "blockGap": "0px", |
| 465 | "margin": { |
| 466 | "top": "0", |
| 467 | "bottom": "0" |
| 468 | }, |
| 469 | "padding": { |
| 470 | "top": "0", |
| 471 | "bottom": "0" |
| 472 | } |
| 473 | } |
| 474 | }, |
| 475 | "layout": { |
| 476 | "type": "grid", |
| 477 | "columnCount": 1 |
| 478 | } |
| 479 | }, |
| 480 | "innerBlocks": [ |
| 481 | { |
| 482 | "name": "core/group", |
| 483 | "attributes": { |
| 484 | "style": { |
| 485 | "spacing": { |
| 486 | "blockGap": "8px", |
| 487 | "padding": { |
| 488 | "top": "24px", |
| 489 | "bottom": "24px", |
| 490 | "right": "0px", |
| 491 | "left": "0px" |
| 492 | }, |
| 493 | "margin": { |
| 494 | "top": "0", |
| 495 | "bottom": "0" |
| 496 | } |
| 497 | }, |
| 498 | "border": { |
| 499 | "bottom": { |
| 500 | "color": "#e5e7eb", |
| 501 | "width": "1px" |
| 502 | } |
| 503 | } |
| 504 | }, |
| 505 | "layout": { |
| 506 | "type": "constrained", |
| 507 | "contentSize": "100%" |
| 508 | } |
| 509 | }, |
| 510 | "innerBlocks": [ |
| 511 | { |
| 512 | "name": "core/group", |
| 513 | "attributes": { |
| 514 | "className": "sc-review-header-group", |
| 515 | "style": { |
| 516 | "spacing": { |
| 517 | "margin": { |
| 518 | "top": "0", |
| 519 | "bottom": "16px" |
| 520 | }, |
| 521 | "padding": { |
| 522 | "right": "0px", |
| 523 | "left": "0px" |
| 524 | } |
| 525 | } |
| 526 | }, |
| 527 | "layout": { |
| 528 | "type": "flex", |
| 529 | "flexWrap": "nowrap", |
| 530 | "justifyContent": "space-between" |
| 531 | } |
| 532 | }, |
| 533 | "innerBlocks": [ |
| 534 | { |
| 535 | "name": "core/group", |
| 536 | "attributes": { |
| 537 | "style": { |
| 538 | "spacing": { |
| 539 | "blockGap": "4px", |
| 540 | "padding": { |
| 541 | "right": "0px", |
| 542 | "left": "0px" |
| 543 | }, |
| 544 | "margin": { |
| 545 | "top": "0", |
| 546 | "bottom": "0" |
| 547 | } |
| 548 | } |
| 549 | }, |
| 550 | "layout": { |
| 551 | "type": "flex", |
| 552 | "flexWrap": "nowrap" |
| 553 | } |
| 554 | }, |
| 555 | "innerBlocks": [ |
| 556 | { |
| 557 | "name": "surecart/product-review-reviewer-name", |
| 558 | "attributes": { |
| 559 | "style": { |
| 560 | "spacing": { |
| 561 | "padding": { |
| 562 | "top": "0", |
| 563 | "bottom": "0" |
| 564 | }, |
| 565 | "margin": { |
| 566 | "right": "8px" |
| 567 | } |
| 568 | }, |
| 569 | "typography": { |
| 570 | "fontStyle": "normal", |
| 571 | "fontWeight": "500", |
| 572 | "fontSize": "16px" |
| 573 | } |
| 574 | } |
| 575 | } |
| 576 | }, |
| 577 | { |
| 578 | "name": "surecart/product-review-verified-badge", |
| 579 | "attributes": { |
| 580 | "label": "Verified Buyer", |
| 581 | "style": { |
| 582 | "typography": { |
| 583 | "fontStyle": "normal", |
| 584 | "fontWeight": "400", |
| 585 | "fontSize": "16px" |
| 586 | }, |
| 587 | "spacing": { |
| 588 | "blockGap": "4px" |
| 589 | }, |
| 590 | "layout": { |
| 591 | "selfStretch": "fit", |
| 592 | "flexSize": null |
| 593 | } |
| 594 | }, |
| 595 | "layout": { |
| 596 | "type": "flex", |
| 597 | "justifyContent": "center", |
| 598 | "verticalAlignment": "center", |
| 599 | "orientation": "horizontal" |
| 600 | } |
| 601 | } |
| 602 | } |
| 603 | ] |
| 604 | }, |
| 605 | { |
| 606 | "name": "surecart/product-review-date", |
| 607 | "attributes": { |
| 608 | "datetime": "2025-10-02T09:37:00.225Z", |
| 609 | "format": "human-diff", |
| 610 | "style": { |
| 611 | "typography": { |
| 612 | "fontSize": "14px" |
| 613 | } |
| 614 | } |
| 615 | } |
| 616 | } |
| 617 | ] |
| 618 | }, |
| 619 | { |
| 620 | "name": "surecart/product-review-rating-stars", |
| 621 | "attributes": { |
| 622 | "style": { |
| 623 | "spacing": { |
| 624 | "margin": { |
| 625 | "bottom": "16px" |
| 626 | } |
| 627 | } |
| 628 | } |
| 629 | } |
| 630 | }, |
| 631 | { |
| 632 | "name": "surecart/product-review-title", |
| 633 | "attributes": { |
| 634 | "style": { |
| 635 | "typography": { |
| 636 | "fontStyle": "normal", |
| 637 | "fontWeight": "700", |
| 638 | "fontSize": "18px" |
| 639 | }, |
| 640 | "spacing": { |
| 641 | "margin": { |
| 642 | "bottom": "8px" |
| 643 | } |
| 644 | } |
| 645 | } |
| 646 | } |
| 647 | }, |
| 648 | { |
| 649 | "name": "surecart/product-review-content", |
| 650 | "attributes": { |
| 651 | "style": { |
| 652 | "typography": { |
| 653 | "fontSize": "16px" |
| 654 | } |
| 655 | } |
| 656 | } |
| 657 | } |
| 658 | ] |
| 659 | } |
| 660 | ] |
| 661 | }, |
| 662 | { |
| 663 | "name": "surecart/product-review-pagination", |
| 664 | "attributes": { |
| 665 | "style": { |
| 666 | "spacing": { |
| 667 | "margin": { |
| 668 | "top": "30px", |
| 669 | "bottom": "30px" |
| 670 | } |
| 671 | } |
| 672 | } |
| 673 | }, |
| 674 | "innerBlocks": [ |
| 675 | { |
| 676 | "name": "surecart/product-review-pagination-previous" |
| 677 | }, |
| 678 | { |
| 679 | "name": "surecart/product-review-pagination-numbers" |
| 680 | }, |
| 681 | { |
| 682 | "name": "surecart/product-review-pagination-next" |
| 683 | } |
| 684 | ] |
| 685 | } |
| 686 | ] |
| 687 | } |
| 688 | ] |
| 689 | } |
| 690 | ] |
| 691 | }, |
| 692 | { |
| 693 | "name": "surecart/product-review-list-no-reviews", |
| 694 | "innerBlocks": [ |
| 695 | { |
| 696 | "name": "core/paragraph", |
| 697 | "attributes": { |
| 698 | "align": "left", |
| 699 | "content": "No reviews yet." |
| 700 | } |
| 701 | }, |
| 702 | { |
| 703 | "name": "core/group", |
| 704 | "attributes": { |
| 705 | "style": { |
| 706 | "spacing": { |
| 707 | "padding": { |
| 708 | "right": "0px", |
| 709 | "left": "0px" |
| 710 | }, |
| 711 | "margin": { |
| 712 | "top": "0", |
| 713 | "bottom": "0" |
| 714 | } |
| 715 | } |
| 716 | }, |
| 717 | "layout": { |
| 718 | "type": "flex", |
| 719 | "flexWrap": "nowrap" |
| 720 | } |
| 721 | }, |
| 722 | "innerBlocks": [ |
| 723 | { |
| 724 | "name": "surecart/product-review-add-button", |
| 725 | "attributes": { |
| 726 | "width": 100, |
| 727 | "className": "is-style-fill", |
| 728 | "style": { |
| 729 | "elements": { |
| 730 | "link": { |
| 731 | "color": { |
| 732 | "text": "var:preset|color|white" |
| 733 | } |
| 734 | } |
| 735 | }, |
| 736 | "spacing": { |
| 737 | "blockGap": "4px" |
| 738 | } |
| 739 | }, |
| 740 | "backgroundColor": "surecart", |
| 741 | "textColor": "white" |
| 742 | } |
| 743 | } |
| 744 | ] |
| 745 | } |
| 746 | ] |
| 747 | } |
| 748 | ] |
| 749 | }, |
| 750 | "providesContext": { |
| 751 | "query": "query", |
| 752 | "surecart/product-review/limit": "limit", |
| 753 | "surecart/product-review/offset": "offset" |
| 754 | }, |
| 755 | "attributes": { |
| 756 | "query": { |
| 757 | "type": "object", |
| 758 | "default": { |
| 759 | "perPage": 15, |
| 760 | "pages": 0, |
| 761 | "offset": 0 |
| 762 | } |
| 763 | } |
| 764 | }, |
| 765 | "supports": { |
| 766 | "interactivity": true, |
| 767 | "layout": true, |
| 768 | "align": true, |
| 769 | "currencyConversion": true, |
| 770 | "spacing": { |
| 771 | "padding": true, |
| 772 | "margin": true, |
| 773 | "blockGap": true |
| 774 | } |
| 775 | }, |
| 776 | "textdomain": "surecart", |
| 777 | "editorScript": "file:./index.js", |
| 778 | "style": [ |
| 779 | "file:./style-index.css", |
| 780 | "surecart-block-ui", |
| 781 | "surecart-tag", |
| 782 | "surecart-theme-base" |
| 783 | ], |
| 784 | "viewScriptModule": [ |
| 785 | "@surecart/product-review" |
| 786 | ] |
| 787 | } |