Disabling the Preview Action | Creating Image Templates
If you need to disable the "Preview Social Media Template" action, you can update the config/social_media_image_kit/general.php configuration file and set the preview_enabled value to false : 1 <?php 2 3 return [ 4 5 // ... 6 7 /* 8...