Sha256: 44e5fe30f670b73caadbb95923c60ea6c8caa9d771f33db3bf577c95fecf91b4
Contents?: true
Size: 1.12 KB
Versions: 22
Compression:
Stored size: 1.12 KB
Contents
<script type="text/ng-template" id="promethee/components/collection_item/localize"> <div ng-show="master.attributes.caption.value || frozen_component.attributes.caption.value || master.attributes.media_type.value == 'video'"> <hr> <div class="row" ng-show="master.attributes.caption.value || frozen_component.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
22 entries across 22 versions & 1 rubygems