app/assets/javascripts/ckeditor/plugins/widget/dev/assets/simplebox/dialogs/simplebox.js in integral-1.1.0 vs app/assets/javascripts/ckeditor/plugins/widget/dev/assets/simplebox/dialogs/simplebox.js in integral-1.2.0
- old
+ new
@@ -16,13 +16,13 @@
id: 'align',
type: 'select',
label: 'Align',
items: [
[ editor.lang.common.notSet, '' ],
- [ editor.lang.common.alignLeft, 'left' ],
- [ editor.lang.common.alignRight, 'right' ],
- [ editor.lang.common.alignCenter, 'center' ]
+ [ editor.lang.common.left, 'left' ],
+ [ editor.lang.common.right, 'right' ],
+ [ editor.lang.common.center, 'center' ]
],
// When setting up this field, set its value to the "align" value from widget data.
// Note: Align values used in the widget need to be the same as those defined in the "items" array above.
setup: function( widget ) {
this.setValue( widget.data.align );
@@ -46,6 +46,6 @@
}
]
}
]
};
-} );
\ No newline at end of file
+} );