Add a public workspace to a custom app

Hey,

I wish to build a custom workspace with our companies workflow in mind.
I would like to add it to a custom app, we use internally for QC.
I can’t seem to manage to do this (the “public” checkbox in new workspace is grayed out, and when adding:

"public": 1,
"is_hidden": 0,

to the new_workspace.json file, still the workspace is not shown.
Any thoughts?

@abrefael can you share SS of new workspace.json

In your workspace Master, there select in the Model field, what model within your custom app…
But first, you need to enable developer mode…
bench set-config developer_mode 1

1 Like

To add a public workspace to your custom app, navigate to the app settings and enable the public workspace feature. This allows users to collaborate and share resources within the app seamlessly.

1 Like

Check the reference, for more details:

2 Likes

I see!

so you first create the public workspace while in dev mode.
Then you can set it to a Module.
Though, all I needed to know was that I needed to have a workspace folder in my module folder, with a folder for the new workspace containing the .json file etc.

Thank you all.