From 9e3859ea649330a34c4604943ca1836796d6dd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 1 Jul 2024 10:26:10 +0200 Subject: [PATCH] out comment test --- src/Umbraco.Web.UI.Client/src/packages/block/manifests.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/block/manifests.ts index 6655135552..de0e7b0b3e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/manifests.ts @@ -4,10 +4,11 @@ import { manifests as blockGridManifests } from './block-grid/manifests.js'; import { manifests as blockListManifests } from './block-list/manifests.js'; import { manifests as blockRteManifests } from './block-rte/manifests.js'; import { manifests as blockTypeManifests } from './block-type/manifests.js'; -import { manifest } from './custom-view/manifest.js'; +// TODO: Remove test custom view, or transfer to test or similar? +//import { manifest } from './custom-view/manifest.js'; export const manifests: Array = [ - manifest, +// manifest, ...blockManifests, ...blockTypeManifests, ...blockListManifests,