Server IP : 192.158.238.246 / Your IP : 216.73.216.104 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/task/7779/cwd/plugins/give/src/Onboarding/Setup/templates/stories/src/ |
Upload File : |
import configuration from '../../../../../../../../assets/dist/images/setup-page/configuration@2x.min.png'; import template from '../../row-item.html'; export default () => { return template .replace(/{{\s*class\s*}}/gi, 'configuration') .replace(/{{\s*icon\s*}}/gi, configuration) .replace(/{{\s*icon_alt\s*}}/gi, 'configuration') .replace(/{{\s*title\s*}}/gi, 'First-time configuration') .replace( /{{\s*description\s*}}/gi, 'Every fundraising campaign begins with a donation form. Click here to create your first donation form in minutes. Once created you can use it anywhere on your website.' ) .replace( /{{\s*action\s*}}/gi, '<a href="#"><span class="screen-reader-text">Configure GiveWP</span><i class="fas fa-chevron-right"></i></a>' ); };