Hello,
I have create a new template by copying the seb_one template and then making my adjustments to the index.php. I have also overriden the fields/markup.php by copying it to fields/contenttype/markup.php
In the markup php I have commented out the logic and just put a 'return $html;'
My problem is, this applies then to all fields in the contenttype. I would like to enable this override only for selected fields, or in particular, disable it for a certain field. Is there some variable or flag that I can pass with the field such that I can choose whether I ignore the markup or not.