mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
|
export default {
|
||
|
name: 'markdown-card',
|
||
|
label: 'Markdown Card',
|
||
|
icon: '',
|
||
|
genus: 'ember',
|
||
|
buttons: {preview: true}
|
||
|
};
|