문제

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