Sha256: 336cead218d6db12003449b79291f40d437f0c19e9cf63b3a6589e8417ad5ad7
Contents?: true
Size: 1.28 KB
Versions: 4
Compression:
Stored size: 1.28 KB
Contents
<script type="text/ng-template" id="promethee/components/slider_item/localize"> <div ng-show="master.attributes.caption.value || frozen_component.attributes.caption.value || master.attributes.media_type.value == 'video'"> <hr> <div class="row js-translation-element" ng-show="master.attributes.caption.value || frozen_component.attributes.caption.value"> <div class="col-md-6"> <b>Slider Item Caption</b> <div class="promethee-edit__wrapper js-translation-source" data-type="text" ng-bind-html="master.attributes.caption.value | htmlSafe"></div> </div> <div class="col-md-6 js-translation-target"> <b>Slider Item Caption</b> <summernote config="summernoteConfig" ng-model="component.attributes.caption.value"></summernote> </div> </div> <div class="row js-translation-element" ng-show="master.attributes.media_type.value == 'video'"> <div class="col-md-6"> <b>Video URL</b> <div class="js-translation-source" data-type="string" ng-bind-html="master.attributes.video.value | htmlSafe"></div> </div> <div class="col-md-6 js-translation-target"> <b>Video URL</b> <input class="form-control" ng-model="component.attributes.video.value" type="text"> </div> </div> </div> </script>
Version data entries
4 entries across 4 versions & 1 rubygems