INSERT INTO `{prefix}settings` (`key`, `name`, `description`, `value`, `params`, `type`, `order`, `group_id`, `group_sub_id`, `hidden`) VALUES
('shaun_paid_content.thumb_default', 'Paid content default blurred thumbnail', "If Imagick extension is not enable and members don't upload thumb photo, system will show this purred image for paid content. We recommend using an image with a resolution of 1024x1024 for the default paid content thumbnail.", '', '{"default":"images/default/paid_content.png","style_width":"200"}', 'image', 8, 2, (SELECT `id` FROM `{prefix}setting_group_subs` WHERE `key` = 'paid_content'), 0);