Codux Help Center
Browse our articles to find the answers you need
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
How to add to codux.config.json
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.
Was this article helpful?