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.
我的内容类型附有分类法。在创建该内容类型的节点时,我在分类下拉菜单中看到“-选择一个-”值。我想删除它并想将默认值设置为特定术语。这样做的更好方法是什么?我在 Drupal 方面也没有太多经验。
我现在能够解决这个问题。刚刚在我的表单中添加了以下行
unset($form['taxonomy'][$vocabulary_id]['#options']['']);