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");