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