mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
|
export default {
|
||
|
name: 'html-card',
|
||
|
label: 'HTML Card',
|
||
|
icon: '',
|
||
|
genus: 'ember',
|
||
|
buttons: {
|
||
|
preview: true
|
||
|
}
|
||
|
};
|