Skip to content

Commit d8c22cb

Browse files
[6.x] Addons Settings + Control Panel page (#11929)
Co-authored-by: Jason Varga <jason@pixelfear.com>
1 parent 5cad8e9 commit d8c22cb

51 files changed

Lines changed: 1530 additions & 593 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/git.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
'paths' => [
9898
base_path('content'),
9999
base_path('users'),
100+
resource_path('addons'),
100101
resource_path('blueprints'),
101102
resource_path('fieldsets'),
102103
resource_path('forms'),

resources/js/bootstrap/components.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import EntryListing from '../components/entries/Listing.vue';
1212
import CollectionListing from '../components/collections/Listing.vue';
1313
import TaxonomyListing from '../components/taxonomies/Listing.vue';
1414
import TermListing from '../components/terms/Listing.vue';
15-
import AddonList from '../components/AddonList.vue';
16-
import AddonDetails from '../components/AddonDetails.vue';
15+
import AddonListing from '../components/addons/Listing.vue';
1716
import CollectionWidget from '../components/entries/CollectionWidget.vue';
1817
import FormWidget from '../components/forms/FormWidget.vue';
1918
import SvgIcon from '../components/SvgIcon.vue';
@@ -64,8 +63,7 @@ export default function registerGlobalComponents(app) {
6463
app.component('collection-list', CollectionListing);
6564
app.component('taxonomy-list', TaxonomyListing);
6665
app.component('term-list', TermListing);
67-
app.component('addon-list', AddonList);
68-
app.component('addon-details', AddonDetails);
66+
app.component('addon-list', AddonListing);
6967

7068
// Widgets
7169
app.component('collection-widget', CollectionWidget);

resources/js/components/AddonDetails.vue

Lines changed: 0 additions & 137 deletions
This file was deleted.

resources/js/components/AddonList.vue

Lines changed: 0 additions & 126 deletions
This file was deleted.

resources/js/components/addons/Editions.vue

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)