Ghost/ghost/admin/lib/koenig-editor/addon/components/koenig-card-paywall.js
Kevin Ansfield 3826f39f9c Completed paywall card implementation
refs https://github.com/TryGhost/Team/issues/466
refs a657e4f092

- added paywall card component
- swapped hr for paywall for the paywall card shown in card menus
2021-02-17 14:18:12 +00:00

11 lines
191 B
JavaScript

import Component from '@ember/component';
export default Component.extend({
tagName: '',
init() {
this._super(...arguments);
this.registerComponent(this);
}
});