Added description to block list properties hide content editor (#18619)

* Added description to block list properties hide content editor

* Update the description to use localization

---------

Co-authored-by: Oskar kruger <obk@umbraco.dk>
This commit is contained in:
Krüger
2025-03-10 14:50:28 +01:00
committed by GitHub
parent 458eb2e52f
commit a51cbd3ee9

View File

@@ -75,6 +75,7 @@ export class UmbBlockListTypeWorkspaceViewSettingsElement extends UmbLitElement
<umb-property
label=${this.localize.term('blockEditor_forceHideContentEditor')}
alias="forceHideContentEditorInOverlay"
description=${this.localize.term('blockEditor_forceHideContentEditorHelp')}
property-editor-ui-alias="Umb.PropertyEditorUi.Toggle"></umb-property>
</uui-box>
`;