I’m customizing it for a client and changing the title and description so they know exactly what it’s for. I used a contained widget per block of text on the homepage so they can’t mess up anything. For anyone else looking to do this:
global $wp_registered_sidebars;
$wp_registered_sidebars[ ‘widgets_for_shortcodes’ ][‘name’] = ‘New Title’;
$wp_registered_sidebars[ ‘widgets_for_shortcodes’ ][‘description’] = ‘New Description;
Thanks for such an awesome plugin btw. Really made it easy to make sure my client doesn’t touch anything except the copy on the page.