I fix /administrator/components/com_content/models/forms/article.xml
with
<field name="turbobit" type="text"
label="Turbobit" description="Turbobit"
class="inputbox" size="60" />
and /administrator/components/com_content/views/article/tmpl/edit.php
with
<li><?php echo $this->form->getLabel('turbobit'); ?>
<?php echo $this->form->getInput('turbobit'); ?></li>
but when I press save this field doesn't store in database
Where I must fix code more?