質問

I am very new to Drupal. I simply want to provide a link in an article for users to download a pdf document. How do I upload the document on the admin side and then link to it in an article?

役に立ちましたか?

解決

It's easy, in admin/structure/types/manage/article/fields make file field like so:

 mange fields

All other stuff is logical:

article- loading= manage fields">

Don't forget to put PDF as an allowed extensions:

allowed file extensions

ライセンス: CC-BY-SA帰属
所属していません drupal.stackexchange
scroll top