Skip to content

Fixing typos. #7041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
Merged
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: 4 additions & 4 deletions 15/umbraco-cms/customizing/extending-overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description: Getting started with backoffice setup and configurations

# Extension Overview

The Backoffice architecture is based on Extensions, making different parts of the UI extendable. Enabling you to append, replace, or remove parts.
The backoffice architecture is based on Extensions, making different parts of the UI extendable. Enabling you to append, replace, or remove parts.

<figure><img src="../../.gitbook/assets/backoffice-overview-customizations.png" alt=""><figcaption></figcaption></figure>

In this section you can find the common terms, concepts and guides used to extend the Umbraco backoffice.
In this section, you can find the common terms, concepts and guides used to extend the Umbraco backoffice.

## [Extension Registry](extension-registry/)

How to registere extensions or manipulate others.
How to register extensions or manipulate others.

## [Extension Types](extension-types/)

An overview of the different ways to append funcationtlity.
An overview of the different ways to append functionality.