You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-forms/developer/extending/README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,24 @@
1
1
# Extending
2
2
3
-
Umbraco Forms functionality can be extended in different ways. In this section we focus on techniques available to a back-end/C# developer.
3
+
Umbraco Forms functionality can be extended in different ways.
4
4
5
5
For front-end extensions, specifically via theming, see the [Themes](../themes.md) section.
6
6
7
+
## Extending the Backoffice
8
+
Umbraco Forms publishes an NPM package called `@umbraco-forms/backoffice` that holds typings and other niceties to build extensions.
9
+
10
+
{% hint style="warning" %}
11
+
Ensure that you install the version of the Backoffice package compatible with your Umbraco Forms installation. You can find the appropriate version on the [@umbraco-forms/backoffice npm page](https://www.npmjs.com/package/@umbraco-forms/backoffice).
12
+
{% endhint %}
13
+
14
+
You can install this package by running the command:
0 commit comments