When adding a custom configuration to examples view #1062 there are instances where the user state overrides the custom config.
To test use the config:
{
"modules": {
"moreInfoRightPanel": {
"options": {
"panelOpen": true
},
"content": {
"license": "Licence"
}
}
}
}
When the panel is set to true the panel will open. If the user closes the panel and the config is applied again, the panel will not open
When adding a custom configuration to examples view #1062 there are instances where the user state overrides the custom config.
To test use the config:
When the panel is set to true the panel will open. If the user closes the panel and the config is applied again, the panel will not open