map_to

Is there a way to not specify a “map_to” value and not have it map to “undefined”.

I have a custom section I am adding to lightbox and it seems in order to add it, it needs to be declared in scheduler.config.lightbox.sections

There are multiple fields/values in this custom section making “map_to” not very relevant.

Thanks in advance,
Mike

Hi,
if you use map_to:"auto" lightbox won’t map section to anything

Thank you