Disable "Design" edit on blocks in Concrete5


/ Published in: PHP
Save to your folder(s)

Add to config/site.php:


Copy this code and paste it in your HTML
  1. define('ENABLE_CUSTOM_DESIGN', false);

Report this snippet


Comments


You need to login to view comments.