About workspaces in V13

Hi friends,
where workspaces are stored in v13? in a database or in a file? which location?

It is like DocType.

If you have checked standard workspace and have developer_mode set then the workspace json fixtures will be created part of the module for which workspace is created. It will create db entry for workspace on install of your app.

If you don’t have developer_mode you can create workspace as part of database only. It won’t get installed as part of your app.

4 Likes

Thanks guys, I got it, it’s in database. And any customization made in workspace it will make another record in DB.