vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_text.html5 line 10

Open in your IDE?
  1. <?php $this->extend('block_searchable'); ?>
  2. <?php $this->block('content'); ?>
  3.   <?php if (!$this->addBefore): ?>
  4.     <?= $this->text ?>
  5.   <?php endif; ?>
  6.   <?php if ($this->addImage): ?>
  7.     <?php $this->insert('image'$this->arrData); ?>
  8.   <?php endif; ?>
  9.   <?php if ($this->addBefore): ?>
  10.     <?= $this->text ?>
  11.   <?php endif; ?>
  12. <?php $this->endblock(); ?>