Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specific locations and menu items for each bundled card

Is it possible to define a specific location and menu item options for each bundled card? I am currently developing in Java, and not sure if I can include such parameters in TimelineItem.setHtmlPages(List) method. I'd like some of the bundled cards to have a menu item to allow navigation.

like image 740
Jukka Ahola Avatar asked Nov 02 '22 20:11

Jukka Ahola


1 Answers

You can't do this with a "HTML Bundle".

You would have to create several timeline items with a common bundleId.

Then you have full control over the contents and options of each separate card.

like image 104
Scarygami Avatar answered Nov 14 '22 23:11

Scarygami