How to disable Add to content block option in edit mode
Permalink
Is there a way just to do edit or modify on the content block rather than displaying the add to block_name option just below the content block in edit mode.
And for the ones who can't find it in the help section:http://www.concrete5.org/help/building_with_concrete5/installation/...
A direct link
A direct link
<?php define('PERMISSIONS_MODEL', 'advanced'); ?>
add that to your site config
add that to your site config
Or try a dirty fix; set it to Display: none; in css ;-)
and let them click frantically to no avail :)
and, yes, you can then just have an area for editing.