1
0
Fork 0

minor formatting

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-05-17 01:25:52 +05:30
Ursprung 4b559fb74e
Commit c70b815226

Datei anzeigen

@ -16,7 +16,7 @@ export default {
const DEditor = requirejs("discourse/components/d-editor").default; const DEditor = requirejs("discourse/components/d-editor").default;
const { clipboardHelpers } = requirejs("discourse/lib/utilities"); const { clipboardHelpers } = requirejs("discourse/lib/utilities");
const { toMarkdown } = requirejs("discourse/lib/to-markdown"); const { toMarkdown } = requirejs("discourse/lib/to-markdown");
/* /*
* unit: custom_wizard:templates_and_builder * unit: custom_wizard:templates_and_builder
* type: step * type: step
@ -24,7 +24,7 @@ export default {
* title: Handle the attribute in the wizard client * title: Handle the attribute in the wizard client
* description: We can now handle our new 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 * 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 * we've imported from the discourse/discourse wizard and are
* extending here. * extending here.
*/ */