Skip to content

Commit

Permalink
API Replace extension with config
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 22, 2024
1 parent 95055e8 commit 4e0e007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
8 changes: 6 additions & 2 deletions _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
Name: campaignadmin
---
SilverStripe\Admin\LeftAndMain:
extensions:
- SilverStripe\CampaignAdmin\CampaignAdminExtension
extra_requirements_i18n:
- 'silverstripe/campaign-admin: client/lang'
extra_requirements_javascript:
- 'silverstripe/campaign-admin: client/dist/js/bundle.js'
extra_requirements_css:
- 'silverstripe/campaign-admin: client/dist/styles/bundle.css'

SilverStripe\CMS\Model\SiteTree:
extensions:
Expand Down
30 changes: 0 additions & 30 deletions src/CampaignAdminExtension.php

This file was deleted.

0 comments on commit 4e0e007

Please sign in to comment.