How can I activate "Silent Edit" for all my edits? In template helper_edit_silent there are {xen:checked $silentEdit} and {xen:checked $clearEdit}, so I guess there must be a configuration to activate them by default.
Thanks! Isn't there a user setting? I thought, if there is a variable, then there must be a place where the variable is defined. All I can see is this:
The "more_options" key is supplied in the request if you're editing a post and you click the "More Options" button. If you have already checked these boxes in the Edit overlay, and you click the "More Options" button, then they will carry over to the main edit screen.
So, no. There is not a user setting.
But if you want to set a different default option then you would either need to write an add-on to set the $silentEdit and $clearEdit params from a user field setting or Admin CP option, or if it's for your own use, just set it during template include in the template like my example above.
Thanks I understand. I thought if the developers check against a variable, this variable would be set anywhere in the system. But it looks more like a "hook" or "plugin" system