Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a drupal.stackexchange
scroll top