6ee77a712a
no issue - moves all inputs to use the data-down-actions-up component paradigm
7 lines
219 B
JavaScript
7 lines
219 B
JavaScript
import OneWayInput from 'ember-one-way-controls/components/one-way-input';
|
|
import TextInputMixin from 'ghost-admin/mixins/text-input';
|
|
|
|
export default OneWayInput.extend(TextInputMixin, {
|
|
classNames: 'gh-input'
|
|
});
|