これらはdrupalでの私の最初のステップです。
記事の分類階層を作成しましたが、コンテンツ管理者が新しいコンテンツに「カテゴリ」を割り当てることができるように、コンテンツタイプ「Article」と「Media」に新しいフィールドを追加しようとしています。
だから私は構造>コンテンツタイプ>記事>フィールドの管理に行ってきましたそして「新しいフィールドを追加」:
1- Label = Category
2- Name = "field_category
3- Field = "Term reference"
**4- Automatically changes to "Select list" but I am unable to see the drop down list options. Clicking the list doesn't do anything, I couldn't select Autocomplete or any other value I've seen on forums & tutorials. Using firebug I could see the options are there, but the list doesn't show up.**
これは、最も基本的なテキストフィールドを含め、すべてのタイプのフィールドで発生しています。なぜこれが起こっているのか考えていますか?