Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Resources/Private/Partials/Form/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/mask/mask/Resources/Private/Partials/Form/OverrideDescription.html

<label class="t3js-formengine-label form-label" for="form_overwritedescription">
    <f:translate key="LLL:EXT:mask/Resources/Private/Language/locallang.xlf:tx_mask.field.overwritedescription"/>:
</label>
<div class="t3js-formengine-field-item">
    <div class="form-control-wrap">
        <textarea
            v-model="global.activeField.description"
            class="form-control"
            id="form_overwritedescription"
            title="{f:translate(key: 'LLL:EXT:mask/Resources/Private/Language/locallang.xlf:tx_mask.field.description')}"
        ></textarea>
    </div>
</div>