esedic
4/8/2020 - 11:34 AM

Override Joomla article XML in template

Override Joomla article XML in template

<?php
//add the article.xml in your override for com_content/form folder
//add this line in edit.php

$this->form->loadFile( dirname(__FILE__) . DIRECTORY_SEPARATOR . "article.xml");