7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
import ModalBodyView from "discourse/views/modal-body";
|
|
|
|
export default ModalBodyView.extend({
|
|
templateName: 'modal/feature-topic',
|
|
title: I18n.t('topic.feature_topic.title')
|
|
});
|