Skip to content

Commit

Permalink
owns for OGImageCustom & PinterestImageCustom
Browse files Browse the repository at this point in the history
  • Loading branch information
lerni authored and jonom committed Dec 17, 2018
1 parent f92c5e5 commit 3dcfae2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ShareCareFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ class ShareCareFields extends DataExtension
'PinterestImageCustom' => Image::class,
);

private static $owns = [
'OGImageCustom',
'PinterestImageCustom'
];

/**
* Add CMS fields to allow setting of custom open graph values.
*/
Expand Down

0 comments on commit 3dcfae2

Please sign in to comment.