Disable Sharing in Codux Online Playground

The disableProjectSharing configuration key setting determines whether a project can be shared online.

disableProjectSharing 

  • Description: Disables sharing the project in the Codux Online Playground.
  • Type: boolean
  • Default: false
For example:
1
2
3
4
{  
    "$schema": "https://wixplosives.github.io/codux-config-schema/codux.config.schema.json",
    "disableProjectSharing": true
}  
Inside Codux, you can modify this setting visually as well.