Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改默认标签名称。任何想法?
假设在分类学.../admin/structure/taxonomy/add 中,我们可以正确添加词汇表。在第一个文本框中,标签名称为名称。我想改变这个?请给出你的想法。
hook_form_alter() 可用于更改名称字段的标签。此表单的表单 ID 为 taxonomy_form_vocabulary。