Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 4.94 KB

README.md

File metadata and controls

69 lines (50 loc) · 4.94 KB
description
This is the documentation for the next major of Umbraco, version 14.

Umbraco 14 (RC) CMS Documentation

{% hint style="danger" %} This documentation is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

The new Backoffice for Umbraco CMS is scheduled for release along with Umbraco 14 in May 2024. {% endhint %}

Getting started with the Umbraco 14

Getting StartedAre you excited to discover the new Backoffice for Umbraco CMS? Head over to the Setup section to learn how to install and configure v14 Umbraco installation.setupDocumentations Icons_Umbraco_CMS_Install (1).png
Customizing the BackofficeWant to learn how to set up a package and implement the Backoffice extensions? Let's get started!customize-backoffice.mdDocumentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png
TutorialsOur step-by-step guides will take you through creating a simple website, creating a custom dashboard todeep diving into the world of Property Editors. Don't wait, start exploring now.Broken linkDocumentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png

Recommended starting points

  1. Install v14-RC

{% hint style="warning" %} If you have previously installed the Nightly or pre-release feeds versions you must clear the cache to use the new versions. This can be done by running the following command:

dotnet nuget locals all --clear

Then restore your package with dotnet restore and run the solution again with dotnet run. {% endhint %}

  1. Setup your development Environment followed by Vite package setup
  2. Creating your first extension
  3. Creating a custom dashboard
  4. Creating a property editor
  5. Terminology
  6. UI Documentation

{% hint style="info" %} You can also find a list of other resources related to the new backoffice of Umbraco in the Umbraco v14 "Bellissima" Resources article. {% endhint %}

Breaking Changes

Some breaking changes have been introduced in the Umbraco 14. You can find the list of breaking changes or other changes from v14 in the Version Specific Upgrades article. In the same article, you can find the breaking changes between each v14 version.

You can also find a sneak peak of what is upcoming on v14 of the CMS in the Umbraco Product Update Blog.

New and Updated articles

Below you will find a list of new and updated articles for Umbraco 14.

The list will be updated as more articles have been created and updated.