Skip to content

Commit dde0a45

Browse files
authored
Small style fix
1 parent 352218c commit dde0a45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos/create-menu-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Test your extension by creating or using a Mendix app.
3434

3535
1. Create a new Mendix app using a starter template, or use an existing app.
3636
2. In Studio Pro, go to **App** > **Show App Directory in Explorer** to open the app directory.
37-
3. Inside the app directory, create a new folder named `extensions`.
38-
4. Inside the `extensions` folder, create a sub-folder named after your extension (for example, `MyCompany`).
37+
3. Inside the app directory, create a new folder named *Extensions*.
38+
4. Inside the **Extensions** folder, create a sub-folder named after your extension (for example, *MyCompany*).
3939
5. Copy the full path of the sub-folder:
4040
1. Press <kbd>Shift</kbd> and right-click at the same time
4141
2. Select **Copy as path**.
@@ -67,7 +67,7 @@ public class MyMenuExtension(IMessageBoxService messageBoxService) : MenuExtensi
6767
}
6868
```
6969

70-
Build your extension and press <kbd>F4</kbd> in Studio Pro. Menu items are placed under a corresponding menu with the extensions name. For example, if your extension is named *My Extension*, your menu items will be located under the **Extensions** > **My Company** sub-menu.
70+
Build your extension and press <kbd>F4</kbd> in Studio Pro. Menu items are placed under a corresponding menu with the extensions name. For example, if your extension is named *My Extension*, your menu items will be located under the **Extensions** > **MyCompany** sub-menu.
7171

7272
The Extensibility API provides several services you can use and are injected into your extension classes by using the `ImportingConstructor` attribute.
7373

0 commit comments

Comments
 (0)