Skip to content

Commit

Permalink
label for should be "labelfor" type not just a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagner committed Nov 29, 2016
1 parent b43dc32 commit b5c1a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label/label.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"model":
{
"enabled" : { "type": "enabled", "blockingOn": false, "default": true, "for": ["onActionMethodID","onDoubleClickMethodID","onRightClickMethodID"] },
"labelFor" : { "type" : "string", "tags": { "scope" :"design" } },
"labelFor" : { "type" : "labelfor", "tags": { "scope" :"design" } },
"styleClass" : { "type" :"styleclass", "tags": { "scope" :"design" }, "values" :["label","label-default","label-primary","label-success","label-info","label-warning","label-danger"]},
"text" : {"type":"tagstring" , "initialValue":"Label", "tags": { "directEdit" : "true" }},
"tabSeq" : {"type" :"tabseq", "tags": { "scope" :"design" }},
Expand Down

0 comments on commit b5c1a18

Please sign in to comment.