mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
e422f0bcba
Integrated Ghost-Editor as an in-repo addon. Moved CSS to /app/styles/addons/ghost-editor/ Still a WIP.
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
export default {
|
|
name: 'markdown-card',
|
|
label: 'Markdown Card',
|
|
icon: '',
|
|
genus: 'ember',
|
|
buttons: {preview: true}
|
|
};
|