Hi
how should I name the template file for just the homepage override in my custom theme?
Thank you
I need to include a file in mt page template, I tried {% include 'my-file.html.twig' %} and {% include 'my-file.html' %} but the page stays blank.
How should I go about it?
Hello,
I wanted to have a custom filter to replace for example [my_shortcode] by <div>this div has been generated using a filter</div>
<div>this div has been generated using a filter</div>
This tutorial is exactly what I needed custom filter in drupal 8
It allowed me to do what I wanted.
My problem is now I want the filter to be executed on the text of a custom Block I am creating.
I tried to hide the "Submitted by..." by hiding "authored on" and "authored by" in http://localhost/drupal/admin/structure/types/manage/article/form-display but it remains visible in the article after saving. Drush cache-rebuild does no help. What else to do ???
I need to create a module that can be installed on drupal 8 and allows to have a block with the content retrieved from an external site.
Content retrieval from the external site is done by including the following code in an html page
two sites already on the Drupal 8, I was faced with the same problem, which was not in version 7: in the view, I turn on aggregation. create a link with the material http://savepic.net/7526316.png http://savepic.net/7525292.png