Provides Ember model definition for a portfolio entry.
- Source:
Extends
- DS.Model
Members
image :String
Portfolio image URL.
Type:
- String
Properties:
Name | Type | Description |
---|---|---|
image |
- Source:
links :Array.<Object>
Collection of URL/label pairs for related links.
Type:
- Array.<Object>
Properties:
Name | Type | Description |
---|---|---|
links |
- Source:
summary :String
Portfolio entry description.
Type:
- String
Properties:
Name | Type | Description |
---|---|---|
summary |
- Source:
title :String
Portfolio entry title.
Type:
- String
Properties:
Name | Type | Description |
---|---|---|
summary |
- Source: