Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
minor formatting
Dieser Commit ist enthalten in:
Ursprung
4b559fb74e
Commit
c70b815226
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -16,7 +16,7 @@ export default {
|
|||
const DEditor = requirejs("discourse/components/d-editor").default;
|
||||
const { clipboardHelpers } = requirejs("discourse/lib/utilities");
|
||||
const { toMarkdown } = requirejs("discourse/lib/to-markdown");
|
||||
|
||||
|
||||
/*
|
||||
* unit: custom_wizard:templates_and_builder
|
||||
* type: step
|
||||
|
@ -24,7 +24,7 @@ export default {
|
|||
* title: Handle the attribute in the wizard client
|
||||
* description: We can now handle our new attribute in the wizard client.
|
||||
* For our "highlighted" attribute, we would add a
|
||||
* classNameBinding in the wizard-field component which
|
||||
* classNameBinding in the wizard-field component which
|
||||
* we've imported from the discourse/discourse wizard and are
|
||||
* extending here.
|
||||
*/
|
||||
|
|
Laden …
In neuem Issue referenzieren