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,