If anyone has a sample website style guide they'd be willing to post or send me that would be appreciated. scott.render@louisvilleky.gov We are working to create one as an addition to a branding guide we've been using. Thanks.
I am using drupal 8.9.10
I have a content type with several text field, and a file field too.
My problem is:
- I have to call an external web service.
- This web service receives a file and returns it with a verification code.
- I have to add this file to the file field
and finally save all the content
I am a beginner in drupal, I have been looking at tutorial to create custom modules and I don't know how to develope this.
I don't know if it is necessary to create a module or create a custom field
I am using the following code in the templates of the home page of my site, to make the display mode frontpage_tasks for the current user's account. It works perfectly :