withScriptingEnabled

Sets the scripting enabled flag of the configuration.

This function takes a boolean as a parameter and assigns it to the scripting enabled flag of the builder. The scripting enabled flag determines whether scripting is allowed for the configuration. If scripting is enabled, then sources and plugins can execute scripts written in various languages, such as JavaScript, Python, Ruby, etc. If scripting is disabled, then scripts will be ignored or rejected by the configuration.

Parameters

enabled

a boolean indicating whether scripting is enabled or not.