2016-06-18 14:44:23 +03:00
|
|
|
import OneWayInput from 'ember-one-way-controls/components/one-way-input';
|
2016-05-24 15:06:59 +03:00
|
|
|
import TextInputMixin from 'ghost-admin/mixins/text-input';
|
2014-09-19 03:42:07 +04:00
|
|
|
|
2016-06-18 14:44:23 +03:00
|
|
|
export default OneWayInput.extend(TextInputMixin, {
|
2015-06-07 06:19:19 +03:00
|
|
|
classNames: 'gh-input'
|
|
|
|
});
|