mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
6ee77a712a
no issue - moves all inputs to use the data-down-actions-up component paradigm
7 lines
228 B
JavaScript
7 lines
228 B
JavaScript
import OneWayTextarea from 'ember-one-way-controls/components/one-way-textarea';
|
|
import TextInputMixin from 'ghost-admin/mixins/text-input';
|
|
|
|
export default OneWayTextarea.extend(TextInputMixin, {
|
|
classNames: 'gh-input'
|
|
});
|