mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
|
import EmberObject from '@ember/object';
|
||
|
|
||
|
export default EmberObject.extend({
|
||
|
name: 'Name of the product',
|
||
|
slug: 'Slug for the product'
|
||
|
});
|