Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions 14/umbraco-cms/customizing/development-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## Package Setup

### App\_Plugins
### App_Plugins

Extensions such as JavaScript, CSS, and manifests, will go into a folder called `App_Plugins`. If you do not have this folder, you can create it at the root of your Umbraco project.

Expand Down Expand Up @@ -69,10 +69,14 @@

Umbraco publishes an NPM package called `@umbraco-cms/backoffice` that holds typings and other niceties to build extensions.

{% hint style="warning" %}
Ensure that you install the version of the Backoffice package compatible with your Umbraco installation. You can find the appropriate version on the [@umbraco-cms/backoffice npm page](https://www.npmjs.com/package/@umbraco-cms/backoffice).

Check warning on line 73 in 14/umbraco-cms/customizing/development-flow/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Names] We prefer 'CMS' over 'cms' Raw Output: {"message": "[UmbracoDocs.Names] We prefer 'CMS' over 'cms'", "location": {"path": "14/umbraco-cms/customizing/development-flow/README.md", "range": {"start": {"line": 73, "column": 160}}}, "severity": "WARNING"}
{% endhint %}

You can install this package by running the command:

```bash
npm install -D @umbraco-cms/backoffice
npm install -D @umbraco-cms/backoffice@x.x.x
```

This will add a package to your devDependencies containing the TypeScript definitions for the Umbraco Backoffice.
Expand Down
8 changes: 6 additions & 2 deletions 15/umbraco-cms/customizing/development-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Package Setup

### App\_Plugins
### App_Plugins

Extensions such as JavaScript, CSS, and manifests, will go into a folder called `App_Plugins`. If you do not have this folder, you can create it at the root of your Umbraco project.

Expand Down Expand Up @@ -67,10 +67,14 @@

Umbraco publishes an NPM package called `@umbraco-cms/backoffice` that holds typings and other niceties to build extensions.

{% hint style="warning" %}
Ensure that you install the version of the Backoffice package compatible with your Umbraco installation. You can find the appropriate version on the [@umbraco-cms/backoffice npm page](https://www.npmjs.com/package/@umbraco-cms/backoffice).

Check warning on line 71 in 15/umbraco-cms/customizing/development-flow/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Names] We prefer 'CMS' over 'cms' Raw Output: {"message": "[UmbracoDocs.Names] We prefer 'CMS' over 'cms'", "location": {"path": "15/umbraco-cms/customizing/development-flow/README.md", "range": {"start": {"line": 71, "column": 160}}}, "severity": "WARNING"}
{% endhint %}

You can install this package by running the command:

```bash
npm install -D @umbraco-cms/backoffice
npm install -D @umbraco-cms/backoffice@x.x.x
```

This will add a package to your devDependencies containing the TypeScript definitions for the Umbraco Backoffice.
Expand Down
8 changes: 6 additions & 2 deletions 16/umbraco-cms/customizing/development-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Package Setup

### App\_Plugins
### App_Plugins

Extensions such as JavaScript, CSS, and manifests, will go into a folder called `App_Plugins`. If you do not have this folder, you can create it at the root of your Umbraco project.

Expand Down Expand Up @@ -70,10 +70,14 @@

Umbraco publishes an NPM package called `@umbraco-cms/backoffice` that holds typings and other niceties to build extensions.

{% hint style="warning" %}
Ensure that you install the version of the Backoffice package compatible with your Umbraco installation. You can find the appropriate version on the [@umbraco-cms/backoffice npm page](https://www.npmjs.com/package/@umbraco-cms/backoffice).

Check warning on line 74 in 16/umbraco-cms/customizing/development-flow/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Names] We prefer 'CMS' over 'cms' Raw Output: {"message": "[UmbracoDocs.Names] We prefer 'CMS' over 'cms'", "location": {"path": "16/umbraco-cms/customizing/development-flow/README.md", "range": {"start": {"line": 74, "column": 160}}}, "severity": "WARNING"}
{% endhint %}

You can install this package by running the command:

```bash
npm install -D @umbraco-cms/backoffice
npm install -D @umbraco-cms/backoffice@x.x.x
```

This will add a package to your devDependencies containing the TypeScript definitions for the Umbraco Backoffice.
Expand Down
Loading