From cd8ab08a591b0f99c1060c9c8b240f11066129e8 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 15 Nov 2023 12:16:10 +0100 Subject: [PATCH] rename config to entity type --- .../packages/templating/stylesheets/entity-actions/manifests.ts | 2 +- .../templating/stylesheets/{config.ts => entity-type.ts} | 0 .../src/packages/templating/stylesheets/tree/manifests.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/{config.ts => entity-type.ts} (100%) diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts index 8d325da4d0..4c1da9ff30 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts @@ -3,7 +3,7 @@ import { UMB_STYLESHEET_FOLDER_EMPTY_ENTITY_TYPE, UMB_STYLESHEET_FOLDER_ENTITY_TYPE, UMB_STYLESHEET_ROOT_ENTITY_TYPE, -} from '../config.js'; +} from '../entity-type.js'; import { UMB_STYLESHEET_REPOSITORY_ALIAS } from '../repository/index.js'; import { UmbCreateRTFStylesheetAction } from './create/create-rtf.action.js'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/config.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-type.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/config.ts rename to src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-type.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/manifests.ts index ab4d1f9bd7..1ee6d92c47 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/manifests.ts @@ -1,4 +1,4 @@ -import { UMB_STYLESHEET_ENTITY_TYPE } from '../config.js'; +import { UMB_STYLESHEET_ENTITY_TYPE } from '../entity-type.js'; import { UmbStylesheetTreeRepository } from './stylesheet-tree.repository.js'; import { UmbStylesheetTreeStore } from './stylesheet-tree.store.js'; import type {