Skip to content

Commit

Permalink
API Remove silverstripe/campaign-admin integration support
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 27, 2024
1 parent 1bc842d commit 896f3d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Shortcodes/FileLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,4 @@ class FileLink extends DataObject
'Parent' => DataObject::class,
'Linked' => File::class,
];

/**
* Don't show this model in campaign admin as part of implicit change sets
*
* @config
* @var bool
*/
private static $hide_in_campaigns = true;
}

0 comments on commit 896f3d0

Please sign in to comment.