Adjust the wording of some of the helper text around the new Block Grid editor (#13484)
(cherry picked from commit 2461b7d805)
# Conflicts:
# src/Umbraco.Core/EmbeddedResources/Lang/en.xml
# src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
This commit is contained in:
committed by
Sebastiaan Janssen
parent
c0d022be10
commit
b87b9bebe2
@@ -29,7 +29,7 @@
|
||||
<label class="control-label" for="alias"><localize key="general_alias">Alias</localize></label>
|
||||
<strong class="umb-control-required">*</strong>
|
||||
<umb-property-info-button button-title-key="general_readMore">
|
||||
<localize key="blockEditor_areaAliasHelp">The alias will be printed by GetBlockGridHTML(), use the alias to target the Element representing this area. Ex. .umb-block-grid__area[data-area-alias="MyAreaAlias"] { ... }</localize>
|
||||
<localize key="blockEditor_areaAliasHelp">When using GetBlockGridHTML() to render the Block Grid, the alias will be rendered in the markup as a 'data-area-alias' attribute. Use the alias attribute to target the element for the area. Example. .umb-block-grid__area[data-area-alias="MyAreaAlias"] { ... }</localize>
|
||||
</umb-property-info-button>
|
||||
<div class="controls">
|
||||
<input type="text" name="alias" ng-model="vm.area.alias" val-server="alias" style="width:100%" required umb-auto-focus/>
|
||||
@@ -48,7 +48,7 @@
|
||||
<div class="umb-el-wrap">
|
||||
<label class="control-label" for="createLabel"><localize key="blockEditor_areaCreateLabelTitle">Create Button Label</localize></label>
|
||||
<umb-property-info-button button-title-key="general_readMore">
|
||||
<localize key="blockEditor_areaCreateLabelHelp">Overwrite the label on the create button of this Area.</localize>
|
||||
<localize key="blockEditor_areaCreateLabelHelp">Override the label text for adding a new Block to this Area, Example: 'Add Widget'</localize>
|
||||
</umb-property-info-button>
|
||||
<div class="controls">
|
||||
<input type="text" name="createLabel" ng-model="vm.area.createLabel" style="width:100%" umb-auto-focus/>
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
<div class="umb-el-wrap">
|
||||
<label class="control-label" for="label"><localize key="blockEditor_areasConfigurations">Area configurations</localize></label>
|
||||
<umb-property-info-button button-title-key="general_readMore">
|
||||
<localize key="blockEditor_areasConfigurationsHelp">To enable nesting of blocks within this block, define one or more areas for blocks to be nested within. Areas follow their own layout witch is defined by the Area Layout Columns. Each Areas column and row span can be adjusted by using the scale-handler in the bottom right.</localize>
|
||||
<localize key="blockEditor_areasConfigurationsHelp">To enable the nesting of blocks within this block, define one or more areas. Areas follow the layout defined by their own grid column configuration. The 'column span' and 'row span' for each area can be adjusted by using the scale-handler box in the bottom right hand corner of the selected area.</localize>
|
||||
</umb-property-info-button>
|
||||
<div class="controls">
|
||||
<umb-block-grid-area-editor model="vm.block.areas" block="vm.block" grid-columns="model.gridColumns" all-block-types="model.allBlockTypes" all-block-groups="model.allBlockGroups" loaded-element-types="model.loadedElementTypes"></umb-block-grid-area-editor>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
</button>
|
||||
|
||||
<div ng-if="vm.model.length === 0" class="__empty-label">
|
||||
<localize key="blockEditor_areaAllowedBlocksEmpty">When empty all Blocks allowed for Areas can be created.</localize>
|
||||
<localize key="blockEditor_areaAllowedBlocksEmpty">By default, all block types are allowed in an Area, Use this option to allow only selected types.</localize>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user