Skip to content

Commit

Permalink
Merge pull request #660 from creative-commoners/pulls/3/remove-support
Browse files Browse the repository at this point in the history
API Remove silverstripe/campaign-admin integration support
  • Loading branch information
GuySartorelli authored Nov 27, 2024
2 parents 430ae1e + 3b71a40 commit 8293e01
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 8293e01

Please sign in to comment.