Skip to content

Commit

Permalink
Merge pull request #5 from steadfast-collective/v3
Browse files Browse the repository at this point in the history
V3
  • Loading branch information
jamesmpigott authored Oct 22, 2024
2 parents 7984e06 + 6195d50 commit f15a00d
Show file tree
Hide file tree
Showing 14 changed files with 3,118 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Run the following commands from your project root:
```bash
composer require steadfast-collective/statamic-cp-resources
php artisan vendor:publish --tag=statamic-cp-resources-config
php artisan vendor:publish --tag=statamic-cp-resources
```

## How to Use
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"statamic/cms": "^3.3|^4.0"
"statamic/cms": "^3.3|^4.0|^5.0"
},
"config": {
"allow-plugins": {
Expand Down
3 changes: 2 additions & 1 deletion config/statamic-cp-resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
'title' => 'Resources',
],

'trello_url' => 'https://trello.com/b/uLZV3PP0/issue-reporting-client',
'external_url' => 'https://trello.com/b/uLZV3PP0/issue-reporting-client',
'external_name' => 'Trello',

/**
* Configure Loom videos to be displayed on the dashboard.
Expand Down
Loading

0 comments on commit f15a00d

Please sign in to comment.