Hello,
i have a requirement to remove an obsolete block which is not needed anymore. So i want to delete it and other related resources like controllers and views.
Is that possible at all and a good idea since it might still be used in CMS somewhere? Will it be removed there after rollout or will this cause problems?
If not, what is the best approach in this case? The minimum requirement is that this block can't be used anymore.
Another block has properties that are now not needed anymore. For those is use following attribute?
[ScaffoldColumn(false)]
Or is it possible to remove those columns from code?