Hey everyone
I'm trying to create my own menu for Adapt and planning on making it work in the Authoring tool too.
However I've encountered two roadblocks. Both of which are issues of me not understanding how menus work in Adapt.
I know how the components work and how to create them, but menus work a bit different.
1) How do I tell the framework that I want to use my new menu? Is there a .schema file in which it tells the framework which menu to use?
What happens when I run "adapt install adapt-contrib-boxmenu"? Is it possible to do it manually instead?
2) The adapt-contrib-boxmenu has a "properties.schema"-file in which stuff like "durationLabel", "menuItem" and "menuEnd" are mentioned. Are these accessible in the Authoring tool? They are all nested inside
"globals": { ... }
So I started to think that if I altered these it would be shown in the "Project Settings" in the authoring tool, but that doesn't seem to be the case. Unless I'm doing something wrong.
All in all, I'm trying to make it possible to put a <img> inside the menu, and through the authoring tool choose the src image to use in the menu. So that I can use different images for different projects, but by using the same menu.
Is this possible?
Any help here would be hot :)
Thanks in advance!
Henrik