cmv wab widgets
saveSession: {
include: true,
id: 'saveSession',
type: 'titlePane',
position: 0,
title: 'Save Session',
open: true,
path: 'jimu/BaseWidgetPanel', // Note the path
options: {
// use the WAB WidgetManager (required)
widgetManager: true,
config: {
widgets: [
{
id: 'WABSaveSession',
uri: 'widgets/SaveSession/Widget', // Note the path
// includes an optional configuration
config: {
fileNameForAllSessions: "cmvSessions.json",
fileNameTplForSession: "cmvSessions_${name}.json"
}
}
]
}
}
}