Skip to content

Commit

Permalink
Update ElementContentExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-sauer-13 authored Nov 5, 2024
1 parent b192a8c commit 318b26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Extensions/ElementContentExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ class ElementContentExtension extends DataExtension{
]
];

private static $owns = [
'LinkedPage'
];

private function imageFormatValues(){
return Config::inst()->get('MoritzSauer\ContentElement')["ImageFormats"];
}
Expand Down

0 comments on commit 318b26d

Please sign in to comment.