Comment to editing visibility list for posts
-
Hello Nabil !
As Visibility is a system field and it's easy to corrupt the work there you'd better to sort it via Javascript.
Add "raw" block with the following code to sort out the variants for Visibiltiy field:
<script> some sort code with $("input[name='allow_view_to']) selector </script>
-
Hey@LeonidS thanks for helping out on this!
Please excuse my ignorance, but can you be a bit more specific on what should go in the script? For example, what would it look like to only show Organizations and Spaces in the Visibility list?
-
Okay, so I have found some settings that get me close to where I want to be!
Studio > Settings > System > Site Settings > Hide post to context for modules in Privacy field
-