标签: php drupal drupal-7 drupal-taxonomy
我想更改默认标签名称。有什么想法吗?
假设在分类中... / admin / structure / taxonomy / add,我们可以正确添加词汇。在第一个文本框中,标签名称为name。我想改变这个?请提出你的想法。
答案 0 :(得分:0)
hook_form_alter()可用于更改名称字段的标签。此表单的表单ID为taxonomy_form_vocabulary。