File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/app/storage/views/8e15a25fb782c89b74ef968660bf0435
<?php echo $__env->make('kms::attributes.dyanmicBlockStatus', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div>
<label>Titel</label>
<input type="text" ng-model="block.title"/>
</div>
<div>
<div class="max-images" data-max-images="5" >
<label>Tekst</label>
<div class="text-editor-wrapper">
<textarea id="{{textBoxId}}" ng-model="block.description"></textarea>
</div>
<?php echo $__env->make('kms::attributes.dynamicimages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div><label>Call to Action</label>
<select ng-model="block.cta">
<option value="">None</option>
<option value="reservation">Reserveren - Strandhuys</option>
<option value="offer">Offere aanvragen - Strandpaviljoen</option>
<option value="generalContact">Contact - IJzeren Man</option>
<option value="lidoContact">Contact - Strandbad</option>
<option value="beachHouseContact">Contact - Strandhuys</option>
<option value="beachPavilionContact">Contact - Strandpaviljoen</option>
<option value="beachRecreationContact">Contact - Strandrecreatie</option>
<option value="beachTripsContact">Contact - Stranduitjes</option>
</select>
</div>
<?php /*<?php echo $__env->make('kms::attributes.dynamicVideo', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
</div>
</div>