From 6c2de18be2b673117e138205c5782308d968ce79 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 19 Aug 2024 21:45:45 +0200 Subject: [PATCH] update manifest --- .../src/packages/property-editors/radio-button-list/manifests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/property-editors/radio-button-list/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/radio-button-list/manifests.ts index dff708c132..6546193f76 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/property-editors/radio-button-list/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/property-editors/radio-button-list/manifests.ts @@ -12,6 +12,7 @@ export const manifests: Array = [ propertyEditorSchemaAlias: 'Umbraco.RadioButtonList', icon: 'icon-target', group: 'lists', + supportsReadOnly: true, }, }, radioButtonListSchemaManifest,