Channel
The optional channel option, allows you to limit the show listed in your library to those that are assigned to a certain channel. The channel option accepts your desired channel's slug as a value.
If omitted, all public shows are considered to be listed in your library.
window.LiSA.library.configs.push({
channel: 'demos',
});
Last updated