Articles tagged #backoffice


UMB.FYI
2026-03-25

📦 OC.PowerSort

A powerful sorting extension for Umbraco CMS that provides enhanced sorting capabilities for content nodes in the backoffice.

UMB.FYI
2026-03-18

📰 A first look at load balancing the Umbraco backoffice

Umbraco 17 introduces load balancing for its backoffice, allowing a single web app to scale efficiently. Users can choose between sticky sessions or stateless configurations, each with distinct session management implications. Proper setup involves shared caching and data protection, particularly using Redis, to ensure seamless user experiences during scaling events.

📦 Umbraco.Community.JobsJobsJobs

Backoffice dashboard for recurring Umbraco background jobs with status, manual triggering, persisted run history, cooperative stop support, and opt-in CRON scheduling.

📦 Umbraco.Community.uRestore

Extends the Umbraco backoffice with a Property Restore workspace tab, allowing editors to compare any saved content version against the current draft and selectively restore individual property values without affecting the rest of the content.

UMB.FYI
2026-03-11

📦 BackofficeThemes

Extra themes for the Umbraco backoffice

UMB.FYI
2026-03-04

📰 Battle scarred developer's guide to Umbraco v17 - Intro

Kevin Jump introduces the "Battle scarred developer's guide to Umbraco v17," a series of blog posts aimed at helping package and extension developers navigate the updated Umbraco Backoffice. This initiative follows two years of development and improvements in Umbraco, alongside enhanced documentation available at the official site.

📰 Battle scarred developer's guide to Umbraco v17 - Getting Started

Kevin Jump discusses starting Umbraco extensions using the Umbraco templates and the Opinionated starter kit template by @lottepitcher. He outlines project structure for the DoStuffWithUmbraco repository, detailing components like DoStuff.Client, DoStuff.Core, and DoStuff.Website, emphasizing separation of front-end and back-end logic for better maintainability.

📰 Battle scarred developer's guide to Umbraco v17 - Setup

Kevin Jump discusses enhancements for Umbraco extensions, focusing on the benefits of using IPackageManifestReader over umbraco-package.json. This approach allows automatic versioning and cache-busting for JavaScript files. Additionally, he suggests implementing a client interceptor for authentication tokens to ensure they remain valid during prolonged sessions.

📰 Battle scarred developer's guide to Umbraco v17 - Bundles

Kevin Jump discusses the concept of bundles in Umbraco's Backoffice, which serve as extension points to load JavaScript files and register manifests. He emphasizes organizing manifests within a project for simplicity and efficiency, recommending the use of bundles for better TypeScript support and quicker error detection compared to defining manifests in umbraco-package.json.

📰 Battle scarred developer's guide to Umbraco v17 - Entry Points

Kevin Jump discusses the necessity of entry points in Umbraco extensions, despite bundles now being the primary integration method. Entry points are essential for client-server authentication and can manipulate Umbraco's registry. He emphasizes caution when unregistering components to avoid destabilizing the backoffice.

📰 Battle scarred developer's guide to Umbraco v17 - Sections

Kevin Jump's guide details the creation of a custom section in Umbraco, including adding a section, dashboard, sidebar app, and menus using manifests. Key components include defining aliases, localization, and the structure of WebComponents. The complete code is available in the DoStuffWithUmbraco repository on GitHub.

📰 Battle scarred developer's guide to Umbraco v17 -Workspaces

Kevin Jump discusses the implementation of workspaces in Umbraco, which provide dedicated editing environments for specific entity types. He explains the components of a workspace, including workspace context and views, and demonstrates how to create a basic workspace to display user information. Further exploration of workspaces will follow in future posts.

UMB.FYI
2026-02-25

📦 DigitalWonderlab.BackofficeAnnouncement

A backoffice announcement bar for Umbraco. Toggle on/off a simple text announcement visible to all backoffice users.

UMB.FYI
2026-02-18

📺 DevRel Deep Dive: Creating Backoffice Extensions with AI Skills

In this week's Umbraco DevRel deep dive, Umbraco Community members Lotte, Sebastiaan, and Phil Whittaker discuss AI "skills" for enhancing the Umbraco Backoffice. Phil explains the installation of these skills, while Sebastiaan demonstrates creating a GitHub User Picker property editor, showcasing the efficiency and capabilities of the new tools.

UMB.FYI
2026-02-11

📰 Umbraco Skills for AI Agents - A Game Changer for Backoffice Development

Umbraco has introduced the Umbraco-CMS-Backoffice-Skills repository, enabling AI agents to learn about Umbraco backoffice development. Installation is simple, and the skills enhance AI capabilities in property editor development and context APIs. This significantly improves AI-generated solutions, ensuring they align with the latest backoffice architecture for better user experiences.

UMB.FYI
2026-01-28

📆 UmbLeeds Lightning Talks: Agentic Development & Backoffice Validation

2026-02-05 from 18:30 to 20:30 (Europe/London) - MSQ DX - Leeds Office, 28 Sovereign Street, Leeds, West Yorkshire, GB

UMB.FYI
2026-01-21

📰 Make Umbraco’s Welcome Dashboard Your Own

Søren Kottal discusses extending Umbraco's Welcome dashboard instead of removing it, allowing for customized content relevant to clients. By implementing the INewsDashboardService interface, developers can populate the dashboard with project updates, onboarding instructions, and other essential information, enhancing the user experience within the CMS.

UMB.FYI
2025-12-24

📰 Building an AI Content Generator App Plugin for Umbraco 17

Aditya Bhatti describes the development of the AI Content Helper, a custom App Plugin for Umbraco 17 that integrates Google Gemini AI to generate content directly from the Umbraco dashboard. The plugin allows editors to create page summaries, meta descriptions, and more, enhancing workflow efficiency with a simple backend integration.

UMB.FYI
2025-12-17

📰 Umbraco Flavored Markdown: A ${template} for success

Joe Glombek discusses the significance of editor experience in the new Umbraco backoffice, highlighting innovations like block label templates and Umbraco Flavored Markdown (UFM). He explains UFM components, expressions, and filters, emphasizing their role in enhancing label clarity while addressing the transition from AngularJS and the need for custom extensions.

📰 Bellissima Backoffice: Custom Entity Signs

Joe Glombek discusses implementing a feature in Umbraco 17 to prevent the deletion of specific document types by using custom entity signs. The LockedDocumentFlagProvider class adds flags to locked documents, while the LockedDocumentComposer registers this functionality. This allows users to see locked status in the backoffice before attempting deletions.

1 2 3
UMB.FYI
Archive Polls Pulse Tips Firehose Privacy About

UMB.FYI is built with ❤ by the Umbraco community and is not affiliated with Umbraco HQ