@@ -16,13 +16,13 @@ const editors: Array<ManifestPropertyEditorUi> = [
1616 properties : [
1717 {
1818 alias : "wpm" ,
19- name : "Words per minute" ,
19+ label : "Words per minute" ,
2020 description : "The average number of words per minute a person can read (studies suggest 150-250)" ,
2121 propertyEditorUiAlias : "Umb.PropertyEditorUi.Integer"
2222 } ,
2323 {
2424 alias : "minUnit" ,
25- name : "Minimum unit" ,
25+ label : "Minimum unit" ,
2626 description : "The minimum unit of time to display (e.g. seconds, minutes, hours)" ,
2727 propertyEditorUiAlias : "Umb.PropertyEditorUi.Dropdown" ,
2828 config : [
@@ -39,7 +39,7 @@ const editors: Array<ManifestPropertyEditorUi> = [
3939 } ,
4040 {
4141 alias : "maxUnit" ,
42- name : "Maximum unit" ,
42+ label : "Maximum unit" ,
4343 description : "The maximum unit of time to display (e.g. seconds, minutes, hours)" ,
4444 propertyEditorUiAlias : "Umb.PropertyEditorUi.Dropdown" ,
4545 config : [
@@ -56,7 +56,7 @@ const editors: Array<ManifestPropertyEditorUi> = [
5656 } ,
5757 {
5858 alias : "hideVariationWarning" ,
59- name : "Hide variation warning" ,
59+ label : "Hide variation warning" ,
6060 description : "Hides the warning shown when a content type varies by culture but the data type is invariant" ,
6161 propertyEditorUiAlias : "Umb.PropertyEditorUi.Toggle"
6262 }
0 commit comments