Skip to content
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.