Вопрос

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