14 lines
496 B
HTML
14 lines
496 B
HTML
<div class="umb-pane">
|
|
<div ng-repeat="property in tab.properties" style="position: relative;">
|
|
|
|
<umb-property property="property" ng-class="{'umb-nested-content--not-supported': property.notSupported}" data-element="property-{{property.alias}}">
|
|
<umb-editor model="property"></umb-editor>
|
|
</umb-property>
|
|
|
|
<div ng-if="property.notSupported" class="umb-nested-content-overlay"></div>
|
|
|
|
<p ng-if="property.notSupported">{{property.notSupportedMessage}}</p>
|
|
|
|
</div>
|
|
</div>
|