I am using Metatag module to generate description meta tag for a website. I use [node:field_article_body_summary] and this is the entire body field. There also is [node:field_article_body_summary:summary] that should be filled with a limited character count but the client doesn't usually fill this, so I was thinking to use [node:field_article_body_summary] and trim it down to maximum 160 to 180 characters.
I am a bit confused about the correct iFrame-settings on /admin/config/media/media-settings page in spite of repeatedly reading the instructions and trying to follow them, as I'm getting a warning on the site status page.
I have for some content type or 2 a field for "remote video". Whereas I have in mind embedding videos from Youtube, something which is working, I cannot rule out any other source I might use in future.
OK was running Drupal 7 for a long while then ended up shutting the site down for a couple of years, anyway simple (yeah right) question I hope.
Love that 8 has a WYSIWYG editor built in but like most everything in 8 I'm lost on a few things like need to edit the options available in the editing bar like inserting an image. Currently it's to upload which I do not want/need and just need it to provide a way to insert an image like like from Google Photos, IMGR, etc.
I created a template for my nodes of type "article" node--article--full.html.twig
I want to create a template to customize the form for creating and modifying article type nodes. But I can not find a name suggestion for my template. Why is there no suggestion for the form ?
I have tried the template below but the form content does not appear.