Skip to content

Commit

Permalink
add owns to page social image
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mc Cormack committed Feb 5, 2019
1 parent 302f1b4 commit 015a4ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Model/Extension/SeoPageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ class SeoPageExtension extends DataExtension
'SocialImage' => Image::class
];


/**
* Owned assets
*
* @since version 4.2.2
*
* @config array $owns
**/
private static $owns = [
'SocialImage'
];

/**
* Has many extra Meta tags
*
Expand Down

0 comments on commit 015a4ea

Please sign in to comment.