Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/examples
Warren Buckley e3d0acc8a2 Adds CONST for 'Umb.Condition.WorkspaceAlias' (#2454)
* Add a const for 'Umb.Condition.WorkspaceAlias'

* Update usages 'Umb.Condition.WorkspaceAlias' of to the new CONST

* Somehow accidently deleted .nvmrc

* Change from 'src/packages/core/workspace/conditions/const.js' to '@umbraco-cms/backoffice/workspace' as the import

* Another fix from the build errors from GitHub - didnt come up locally which was weird

* Update src/packages/core/workspace/conditions/workspace-alias.condition.ts

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Renames the consts as agreed in the PR and adds the deprecated notice

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-15 09:17:11 +02:00
..
2024-09-30 09:27:17 +02:00
2024-09-30 09:27:17 +02:00
2024-09-30 14:12:26 +02:00
2023-11-23 14:46:23 +01:00

Backoffice Examples

This folder contains example packages showcasing the usage of extensions in Backoffice.

The purpose of these projects includes serving as demonstration or example for packages, as well as testing to make sure the extension points continue to work in these situations and to assist in developing new integrations.