Merge pull request #7265 from umbraco/v8/bugfix/7258-hideLabel-for-Grid-RTE-PreValue-for-8.4

7258 hide label for grid rte pre value for 8.4
This commit is contained in:
Warren Buckley
2019-12-03 13:21:08 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -6,12 +6,12 @@
<div class="umb-el-wrap">
<div class="control-header">
<div class="control-header" ng-hide="property.hideLabel === true">
<small ng-if="showInherit" class="db" style="padding-top: 0; margin-bottom: 5px;">
<localize key="contentTypeEditor_inheritedFrom"></localize> {{inheritsFrom}}
</small>
<label class="control-label" ng-hide="property.hideLabel" for="{{property.alias}}" ng-attr-title="{{propertyAlias}}">
<label class="control-label" for="{{property.alias}}" ng-attr-title="{{propertyAlias}}">
{{property.label}}