mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Allow plugins to add wizard steps after specific steps (#9315)
This commit is contained in:
committed by
GitHub
parent
b2f30aa0b5
commit
689c61b462
@@ -61,6 +61,11 @@ export default Component.extend({
|
||||
return getUrl(`/images/wizard/${src}`);
|
||||
},
|
||||
|
||||
@discourseComputed("step.id")
|
||||
bannerAndDescriptionClass(id) {
|
||||
return `wizard-banner-and-description wizard-banner-and-description-${id}`;
|
||||
},
|
||||
|
||||
@observes("step.id")
|
||||
_stepChanged() {
|
||||
this.set("saving", false);
|
||||
|
||||
Reference in New Issue
Block a user