Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +01:00
Merge pull request #290 from paviliondev/add_admin_sidebar_link
Add admin sidebar section link
Dieser Commit ist enthalten in:
Commit
f066ff938e
2 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
|
@ -98,6 +98,13 @@ export default {
|
|||
return categories;
|
||||
},
|
||||
});
|
||||
|
||||
api.addAdminSidebarSectionLink("plugins", {
|
||||
name: "admin_wizards",
|
||||
label: "admin.wizard.nav_label",
|
||||
route: "adminWizardsWizard",
|
||||
icon: "hat-wizard",
|
||||
});
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
# name: discourse-custom-wizard
|
||||
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
|
||||
# version: 2.6.6
|
||||
# version: 2.6.7
|
||||
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact_emails: development@pavilion.tech
|
||||
|
@ -14,6 +14,7 @@ gem 'discourse_plugin_statistics', '0.1.0.pre7', require: true
|
|||
register_asset 'stylesheets/common/admin.scss'
|
||||
register_asset 'stylesheets/common/wizard.scss'
|
||||
register_svg_icon 'pavilion-logo'
|
||||
register_svg_icon "hat-wizard"
|
||||
|
||||
enabled_site_setting :custom_wizard_enabled
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren