Skip to content

Commit 036945d

Browse files
committed
Feature Copilot plugin
1 parent 85dfe7a commit 036945d

File tree

2 files changed

+6
-1
lines changed
  • content/plugins/johannschopplich/copilot
  • site/snippets/templates/plugins/categories

2 files changed

+6
-1
lines changed

content/plugins/johannschopplich/copilot/plugin.txt

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Subcategory: section
1818

1919
----
2020

21+
Sort: 1000
22+
23+
----
24+
2125
Description: AI-powered content generation with field, image and PDF context support
2226

2327
----

site/snippets/templates/plugins/categories/panel.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
'id' => 'sections',
2020
'icon' => 'dashboard',
2121
'title' => 'Sections',
22+
'hero' => true,
2223
'layout' => 'cards',
23-
'plugins' => $plugins->filter('subcategory', 'section')->pluck('id')
24+
'plugins' => $plugins->filter('subcategory', 'section')->sortBy('sort', 'desc', 'title', 'asc')->pluck('id')
2425
]) ?>
2526

2627
<?php snippet('templates/plugins/section', [

0 commit comments

Comments
 (0)