Skip to content

Commit

Permalink
Note if Statamic control panel is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed May 17, 2024
1 parent 5b36e88 commit 6599e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
}
},
"version": "1.1.0",
"version": "1.1.1",
"require": {
"php": "^8.2",
"statamic/cms": "^4.0|^5.0"
Expand Down
1 change: 1 addition & 0 deletions src/Commands/OrbitSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public function handle()
'addons' => $addons->count(),
'stache_watcher' => config('statamic.stache.watcher') ? true : false,
'static_caching' => config('statamic.static_caching.strategy') ? true : false,
'control_panel_access' => config('statamic.cp.enabled'),
],
'drivers' => [
'cache' => config('cache.default'),
Expand Down

0 comments on commit 6599e36

Please sign in to comment.