Move back to correct working path now that we've fixed that path
See https://www.drupal.org/project/drupal/issues/2881195
This commit is contained in:
parent
4ac8d50e8a
commit
3644cb370c
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
#}
|
#}
|
||||||
{% set bundle = content['#node'].bundle %}
|
{% set bundle = content['#node'].bundle %}
|
||||||
|
|
||||||
|
{{ dump(content['#ds_configuration']['layout']) }}
|
||||||
|
|
||||||
|
|
||||||
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']}) %}
|
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']}) %}
|
||||||
{% if is_front %}
|
{% if is_front %}
|
||||||
{# TODO set a variable for background image so we can use base_path rather than / #}
|
{# TODO set a variable for background image so we can use base_path rather than / #}
|
Loading…
Reference in a new issue