| @@ -703,8 +703,10 @@ | ||
| 703 | 703 | 'input' => $base . 'input.svg', |
| 704 | 704 | 'email' => $base . 'email.svg', |
| 705 | 705 | 'number' => $base . 'number.svg', |
| 706 | 706 | 'checkbox' => $base . 'checkbox.svg', |
| 707 | + // A multi-line message field — the textarea art, not the text input's. | |
| 708 | + 'donor_comment' => $base . 'donor-comment.svg', | |
| 707 | 709 | // Anonymous-donation and cover-fees both render a single checkbox. |
| 708 | 710 | 'anonymous_donation' => $base . 'checkbox.svg', |
| 709 | 711 | 'cover_fees' => $base . 'checkbox.svg', |
| 710 | 712 | 'dropdown' => $base . 'dropdown.svg', |
| @@ -723,8 +725,9 @@ | ||
| 723 | 725 | 'campaign_goal' => $base . 'campaign-goal.svg', |
| 724 | 726 | 'campaign_stats' => $base . 'campaign-stats.svg', |
| 725 | 727 | 'campaign_donations' => $base . 'campaign-donations.svg', |
| 726 | 728 | 'campaign_donors' => $base . 'campaign-donors.svg', |
| 729 | + 'campaign_donor_comments' => $base . 'campaign-donor-comments.svg', | |
| 727 | 730 | 'campaign_social_sharing' => $base . 'campaign-social-sharing.svg', |
| 728 | 731 | 'campaign_donate_button' => $base . 'button.svg', |
| 729 | 732 | // Fallback for any block without its own image. |
| 730 | 733 | 'placeholder' => $base . 'placeholder.svg', |