I cannot find the labelStart and labelEnd value field of the slider component in the authoring tool.
any ideas?
I cannot find the labelStart and labelEnd value field of the slider component in the authoring tool.
any ideas?
Hi Sam,
I compared two files in the adapt-contrib-slider repo: example.json and properties.schema. It looks to me like your properties didn't make it into properties.schema. Check them out and see if you agree. If so, it might be good for you to create an issue.
example.json is supposed to include all the objects and properties required to use the plug-in. If done well, you can just about drop the JSON into components.json. However, example.json is not actually used by the plug-in's code. So if there's an error in it (or some properties are left out), it won't show up when running the code.
properties.schema tells the authoring tool how to present the properties for configuration: what label to use, whether to use a drop-down, etc., and then assigns the input to the property.
Thank you Chuck.
Yes, you're right that the label* properties didn't make it intothe properties.schema.
I'll create an issue.