I have a text element which must be editable in a view so it can be set by admin. I cannot use a "Hidden" type because I need the element to be displayed in the the view. How can I do this?
I can't do it that way because I want to set it automatically by code which requires it to be editable in the view but I don't want the users to be able to change it.