mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 16:38:22 +03:00
e43ef8c7b5
no issue - Renames Cards so they comply with the `card-{{name}}` convention rather than `{{name}}-card` - Adds a unkonwnCardHandler to the editor.
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
import Component from 'ember-component';
|
|
import layout from '../../templates/components/card-hr';
|
|
export default Component.extend({
|
|
layout
|
|
}); |