Sha256: 83898ee79b1f24d21e61513f8f314b412d9a02ab5d5cdb1386069424cf8cde01
Contents?: true
Size: 1.05 KB
Versions: 17
Compression:
Stored size: 1.05 KB
Contents
<script type="text/ng-template" id="promethee/components/collection_item/localize"> <div ng-show="master.attributes.caption.value !== '' || master.attributes.media_type.value == 'video'"> <hr> <div class="row" ng-show="master.attributes.caption.value !== ''"> <div class="col-md-6"> <b>Collection Item Caption</b> <div class="promethee-edit__wrapper" ng-bind-html="master.attributes.caption.value | htmlSafe"></div> </div> <div class="col-md-6"> <b>Collection Item Caption</b> <summernote config="summernoteConfig" ng-model="component.attributes.caption.value"></summernote> </div> </div> <div class="row" ng-show="master.attributes.media_type.value == 'video'"> <div class="col-md-6"> <b>Video URL</b> <div ng-bind-html="master.attributes.video.value | htmlSafe"></div> </div> <div class="col-md-6"> <b>Video URL</b> <input class="form-control" ng-model="component.attributes.video.value" type="text"> </div> </div> </div> </script>
Version data entries
17 entries across 17 versions & 1 rubygems