@@ -22,6 +22,7 @@ const manifest: ManifestPropertyEditorUi = {
22
22
label : 'Toolbar' ,
23
23
description : 'Pick the toolbar options that should be available when editing' ,
24
24
propertyEditorUiAlias : 'Umb.PropertyEditorUI.TinyMCE.ToolbarConfiguration' ,
25
+ weight : 10 ,
25
26
config : [
26
27
{
27
28
alias : 'toolbar' ,
@@ -68,36 +69,42 @@ const manifest: ManifestPropertyEditorUi = {
68
69
label : 'Stylesheets' ,
69
70
description : 'Pick the stylesheets whose editor styles should be available when editing' ,
70
71
propertyEditorUiAlias : 'Umb.PropertyEditorUI.TinyMCE.StylesheetsConfiguration' ,
72
+ weight : 20 ,
71
73
} ,
72
74
{
73
75
alias : 'dimensions' ,
74
76
label : 'Dimensions' ,
75
77
description : 'Set the editor dimensions' ,
76
78
propertyEditorUiAlias : 'Umb.PropertyEditorUI.TinyMCE.DimensionsConfiguration' ,
79
+ weight : 30 ,
77
80
} ,
78
81
{
79
82
alias : 'maxImageSize' ,
80
83
label : 'Maximum size for inserted images' ,
81
84
description : 'Maximum width or height - enter 0 to disable resizing' ,
82
85
propertyEditorUiAlias : 'Umb.PropertyEditorUI.TinyMCE.MaxImageSizeConfiguration' ,
86
+ weight : 40 ,
83
87
} ,
84
88
{
85
89
alias : 'mode' ,
86
90
label : 'Mode' ,
87
91
description : 'Select the mode for the editor' ,
88
92
propertyEditorUiAlias : 'Umb.PropertyEditorUi.RadioButtonList' ,
89
93
config : [ { alias : 'items' , value : [ 'Classic' , 'Inline' ] } ] ,
94
+ weight : 50 ,
90
95
} ,
91
96
{
92
97
alias : 'overlaySize' ,
93
98
label : 'Overlay Size' ,
94
99
description : 'Select the width of the overlay (link picker)' ,
95
100
propertyEditorUiAlias : 'Umb.PropertyEditorUi.OverlaySize' ,
101
+ weight : 81 ,
96
102
} ,
97
103
{
98
104
alias : 'hideLabel' ,
99
105
label : 'Hide Label' ,
100
106
propertyEditorUiAlias : 'Umb.PropertyEditorUi.Toggle' ,
107
+ weight : 82 ,
101
108
} ,
102
109
] ,
103
110
defaultData : [
0 commit comments