I'm playing around with a new timeline component that allows the user to add/select custom templates and data files. When using the authoring tool, I'm expecting the user to utilize the assets manager. So far, I've been unable to locate a working example of a component that allows the author to select a previously uploaded asset. Know of any? Is this feature working in the authoring tool?
My goal is to produce a properties.schema so that I can test the component in the authoring tool. I'm looking for the json that will give the author the ability to select an asset. I noticed the following in adapt-contrib-hotgraphic:
"inputType": "Asset:image"
Can someone confirm this works? Are there other values (whether yet working or not) that can be combined with "Asset:" in order to select something that is not an image? My needs particular to this component are to select (a) image, (b) json file, (c) hbs template.
Thanks!