You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This structure contains an array containing the names of the resources as string.
To be more flexible, the editor should also allow the following structure:
{
"resources": [
{
"name": "resource_1"
}
]
}
This structure contains an array containing objects having string name properties. These objects could contain additional properties which could be used in the editor in the future.
The text was updated successfully, but these errors were encountered:
The current implementation of the editor allows the following structure of tree resources only:
This structure contains an array containing the names of the resources as string.
To be more flexible, the editor should also allow the following structure:
This structure contains an array containing objects having string name properties. These objects could contain additional properties which could be used in the editor in the future.
The text was updated successfully, but these errors were encountered: