Is there any way to restrict node settings on self hotested version?
For example the minumum time for scheduled trigger is in seconds, but I want none of the users of the server to set it to every second and set a minumum of 5 minutes.
There’s probably no way to restrict it, but You might be able to implement some front-end “hooks” to prohibit various combinations, or you could create a workflow to audit it by fetching each workflow’s JSON source using the n8n node, and examining the fields/values you want to constrain.