Skip to content

Commit 2efcde1

Browse files
committed
Formatted bullets to display properly
1 parent 39aad72 commit 2efcde1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

15/umbraco-cms/extending/packages/creating-a-package.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To begin creating a package, start by setting up a package schema in the Umbraco
1515
3. Click the `Create package` button.
1616

1717
![Creating a package schema in the Backoffice](images/create-package.png)
18+
1819
4. On the `Create package` page, there are different fields that allow you to define the contents of the package based on backoffice items.
1920
5. Enter the Package Name at the top. For this tutorial, name the package `Custom Welcome Dashboard` matching the name used in the [Creating a Custom Dashboard Tutorial](../../tutorials/creating-a-custom-dashboard/).
2021
6. Fill in the required fields. For mroe information, see the [Package Content Section](#package-content-section).
@@ -99,8 +100,6 @@ Apart from the project file, the generated structure includes key folders and fi
99100
- **Controllers** - where you can add API controllers if your package requires custom endpoints.
100101
- **Constants.cs** - serves as a placeholder for any global constants your package may need.
101102

102-
But more importantly, it also contains a `build/CustomWelcomeDashboard.targets` file.
103-
104103
Unlike previous versions, the `umbraco-extension` template does not generate a `package.manifest` file or an `App_Plugins` folder by default. If your package includes client-side assets for the backoffice, you will need to manually create an `App_Plugins/{YourPackageName}` folder.
105104

106105
Additionally, the `.csproj` file is configured to support NuGet packaging, allowing you to distribute your extension. If you plan to include custom C# logic, the files you place in the root folder will be compiled into the package DLL.

0 commit comments

Comments
 (0)