[ALOY-97] Add tags section to widget descriptor
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-07-23T10:57:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2012 Sprint 15, Release 3.0.0 |
Components | Titanium Studio, Widgets |
Labels | n/a |
Reporter | Russell McMahon |
Assignee | Unknown |
Created | 2012-07-16T19:50:19.000+0000 |
Updated | 2018-03-07T22:25:35.000+0000 |
Description
The tags section will be used by Ti Studio to display widgets matching descriptor
We don't have any pre-existing widgets, so the best I can do at this point is add a "tags" field to the default widget.json manifest file that gets create when you call
alloy generate widget NAME
.Yes add tags to generate. Can we make the FC loading widget a pre-existing widget?
We don't have anywhere to put pre-existing widgets right now. Putting them directly in Alloy probably isn't a great idea as it will significantly bloat the size of the module (eventually). This is all related to ALOY-86
"tags" has been added to default generated widget.json, and is included in the com.appcelerator.loading widget