Ghost/ghost/admin/lib/ghost-editor/addon/cards/markdown-card_dom.js
Ryan McCarvill e422f0bcba 👷🏻‍♀️🚧👷 Ghost-Editor integration.
Integrated Ghost-Editor as an in-repo addon.
Moved CSS to /app/styles/addons/ghost-editor/

Still a WIP.
2017-03-02 09:56:51 +00:00

8 lines
138 B
JavaScript

export default {
name: 'markdown-card',
label: 'Markdown Card',
icon: '',
genus: 'ember',
buttons: {preview: true}
};