Skip to content

Overriding Widgets Tags for Property Editor

mlzummo edited this page Dec 11, 2015 · 1 revision

to override tags so that you can provide custom property displays for applications pass the property editor a json object formatted as follows:

{ "amchart_Column": { "fillOpacity": ["Basic"] } }

... TODO