Pregunta

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?

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a drupal.stackexchange
scroll top