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:
@@ -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>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user