Update plugin documentation domain
Dieser Commit ist enthalten in:
Ursprung
b2714b524c
Commit
0be2b98030
6 geänderte Dateien mit 14 neuen und 14 gelöschten Zeilen
18
README.md
18
README.md
|
@ -10,16 +10,16 @@ If you're not sure how to install a plugin in Discourse, please follow the [plug
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[Read the full documentation here](https://plugins.discourse.pavilion.tech/c/discourse-custom-wizard/documentation), or go directly to the relevant section
|
[Read the full documentation here](https://discourse.pluginmanager.org/c/discourse-custom-wizard/documentation), or go directly to the relevant section
|
||||||
|
|
||||||
- [Wizard Administration](https://plugins.discourse.pavilion.tech/t/wizard-administration)
|
- [Wizard Administration](https://discourse.pluginmanager.org/t/wizard-administration)
|
||||||
- [Wizard Settings](https://plugins.discourse.pavilion.tech/t/wizard-settings)
|
- [Wizard Settings](https://discourse.pluginmanager.org/t/wizard-settings)
|
||||||
- [Step Settings](https://plugins.discourse.pavilion.tech/t/step-settings)
|
- [Step Settings](https://discourse.pluginmanager.org/t/step-settings)
|
||||||
- [Field Settings](https://plugins.discourse.pavilion.tech/t/field-settings)
|
- [Field Settings](https://discourse.pluginmanager.org/t/field-settings)
|
||||||
- [Conditional Settings](https://plugins.discourse.pavilion.tech/t/conditional-settings)
|
- [Conditional Settings](https://discourse.pluginmanager.org/t/conditional-settings)
|
||||||
- [Field Interpolation](https://plugins.discourse.pavilion.tech/t/field-interpolation)
|
- [Field Interpolation](https://discourse.pluginmanager.org/t/field-interpolation)
|
||||||
- [Wizard Examples and Templates](https://plugins.discourse.pavilion.tech/t/wizard-examples-and-templates)
|
- [Wizard Examples and Templates](https://discourse.pluginmanager.org/t/wizard-examples-and-templates)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- [Report a bug](https://plugins.discourse.pavilion.tech/w/bug-report)
|
- [Report a bug](https://discourse.pluginmanager.org/w/bug-report)
|
||||||
|
|
|
@ -51,7 +51,7 @@ export default Component.extend(UndoChanges, {
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
|
|
||||||
messageUrl: "https://plugins.discourse.pavilion.tech/t/action-settings",
|
messageUrl: "https://discourse.pluginmanager.org/t/action-settings",
|
||||||
|
|
||||||
@discourseComputed("action.type")
|
@discourseComputed("action.type")
|
||||||
messageKey(type) {
|
messageKey(type) {
|
||||||
|
|
|
@ -28,7 +28,7 @@ export default Component.extend(UndoChanges, {
|
||||||
isComposerPreview: equal("field.type", "composer_preview"),
|
isComposerPreview: equal("field.type", "composer_preview"),
|
||||||
categoryPropertyTypes: selectKitContent(["id", "slug"]),
|
categoryPropertyTypes: selectKitContent(["id", "slug"]),
|
||||||
showAdvanced: alias("field.type"),
|
showAdvanced: alias("field.type"),
|
||||||
messageUrl: "https://plugins.discourse.pavilion.tech/t/field-settings",
|
messageUrl: "https://discourse.pluginmanager.org/t/field-settings",
|
||||||
|
|
||||||
@discourseComputed("field.type")
|
@discourseComputed("field.type")
|
||||||
validations(type) {
|
validations(type) {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import CustomWizardCustomField from "../models/custom-wizard-custom-field";
|
||||||
export default Controller.extend({
|
export default Controller.extend({
|
||||||
messageKey: "create",
|
messageKey: "create",
|
||||||
fieldKeys: ["klass", "type", "name", "serializers"],
|
fieldKeys: ["klass", "type", "name", "serializers"],
|
||||||
documentationUrl: "https://plugins.discourse.pavilion.tech/t/custom-fields",
|
documentationUrl: "https://discourse.pluginmanager.org/t/custom-fields",
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
addField() {
|
addField() {
|
||||||
|
|
|
@ -7,7 +7,7 @@ import I18n from "I18n";
|
||||||
import { underscore } from "@ember/string";
|
import { underscore } from "@ember/string";
|
||||||
|
|
||||||
export default Controller.extend({
|
export default Controller.extend({
|
||||||
messageUrl: "https://plugins.discourse.pavilion.tech/t/wizard-manager",
|
messageUrl: "https://discourse.pluginmanager.org/t/wizard-manager",
|
||||||
messageKey: "info",
|
messageKey: "info",
|
||||||
messageIcon: "info-circle",
|
messageIcon: "info-circle",
|
||||||
messageClass: "info",
|
messageClass: "info",
|
||||||
|
|
|
@ -22,5 +22,5 @@ export default Controller.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
messageUrl:
|
messageUrl:
|
||||||
"https://plugins.discourse.pavilion.tech/c/discourse-custom-wizard/documentation",
|
"https://discourse.pluginmanager.org/c/discourse-custom-wizard/documentation",
|
||||||
});
|
});
|
||||||
|
|
Laden …
In neuem Issue referenzieren