Using Drupal 8
I need to override the default DS "One Column Layout"
.To do that I use the suggested template name: ds-1col--tools-tools.html.twig
. I have placed that file in various locations and then cleared cache but Drupal never picks up on it:
- mytheme/templates/ds
- mytheme/ds_layouts/templates/
- mytheme/templates/ds_layouts/
- mytheme/templates/
None of this places work, what could I possibly be doing wrong?