HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/storage/views/1b26585a6d370f5acbdcb54413ea0885
<?php echo $__env->make('kms::attributes.dyanmicBlockStatus', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div>

    <div class="row single-input">
        <?php /*<label class="text-label"><?php echo Config::get('kms::'.$lang.'/translations.view'); ?></label>*/ ?>

        <select name="viewBlock" id="view-selection" ng-model="block.viewName">
            <option value="layouts.partials.flyer">Uitwaaier</option>
            <option value="layouts.partials.subscribe">Subscribe Block </option>
            <option value="layouts.partials.cta" selected="selected">CTA Block</option>
        </select>

    </div>

    <div class="row">
        <label class="text-label">Tekst</label>
        <input type="text" placeholder="Sentence" ng-model="block.sentence"/>
    </div>

    <div class="row">
        <label class="text-label">Knop tekst</label>
        <input type="text" placeholder="Button" ng-model="block.button"/>
    </div>

    <div class="row" id="url-row">
        <label class="text-label">Button link</label>
        <input type="text" placeholder="Button link" ng-model="block.buttonLink" required/>
    </div>

</div>