Brickfield Enable: How can I prevent teachers from hiding their accessibility review block on their course main page?
Table of Contents
Introduction
This is possible by adding custom SCSS or CSS to your relevent theme settings, as follows:
section[data-block="bfmanager"].block-controls.dropdown-item.editing_hide {
display: none;
}This allows you to hide the “Hide” option in the bfmanager block, but still let the teachers see the “Hide” option in the activities and resources in the course main page.