How to print date in node twig file

Here are the four easiest ways I’ve found to show dates via Twig inside of a node template.

They all result in the same output.

Use the field’s format settings; include wrappers

1

{{ content.field_blog_date }}

This is the only example that includes wrappers. The rest output just the date.

Use the field’s format settings

1

{{ content.field_blog_date.0 }}

Drupal is up and running in locale but can acces my others folders

this is mi init.conf, what im doing wrong?im using apche2 in ubuntu server i tried to comment "require all granted" but start page don,t run any isues please?

ServerAdmin marcos@localhost
        DocumentRoot /home/marcos/drupal/web

The requested URL /admin/commerce/config/currencies was not found on this server.

before installation cant acces other pages such coins, this is my default.conf my project route is /home/marcos/drupal/web and onle se the installation page if i put Require all granted

Webform embed image in HTML mail

My customer likes the new Webform and is using it to allow anonymous users to send in a photo to a team member in filling out the form. Of course, we're using the default private setting because exposing the app to potential malicious files is not worth the risk.

But customer finds that they need the photo in the email to help diagnose customer complaints. The image is missing but is linked to a private file on the app. 

Drupal Menus Do not Show Up on Imported Site

I am using Drupal 8 and imported a site, originally built with Drupal, both manually and using Acquia Dev Desktop. The site seems to have been imported properly, but the drupal menus (the two top menus with Manage, shortcodes, content, structure, appearance, etc) do not show up, so I see the page as a client would. How can I fix this?

Require Time Spent and Notification to End User of Status Change

I have two different Drupal installations I need guidance with:

I am using Drupal as a base for an online learning system, and I need a feature that requires a specific amount of time spent on a lesson before allowing the user to move forward.  Is there such a choice/module?

I also have a Drupal Installation for a dog-grooming business, and I need to set up a way where the employees of the company can check-in a dog at each step of the grooming process and enter notes (if needed), and the pet owner will receive an alert email at each step.

Thanks in advance!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x