nr 6. twig base.html.twig test
This commit is contained in:
parent
f897612a7e
commit
53c052b057
@ -2,21 +2,21 @@
|
||||
"name": "IniHausschuhTheme",
|
||||
"author": "Shop-Angels",
|
||||
"views": [
|
||||
"@Storefront",
|
||||
"@RHWebMagnify",
|
||||
"@Plugins",
|
||||
"@IniHausschuhTheme"
|
||||
"@Storefront",
|
||||
"@RHWebMagnify",
|
||||
"@Plugins",
|
||||
"@IniHausschuhTheme"
|
||||
],
|
||||
"style": [
|
||||
"app/storefront/src/scss/overrides.scss",
|
||||
"@RHWebMagnify",
|
||||
"app/storefront/src/scss/base.scss",
|
||||
"@Plugins"
|
||||
"app/storefront/src/scss/overrides.scss",
|
||||
"@RHWebMagnify",
|
||||
"app/storefront/src/scss/base.scss",
|
||||
"@Plugins"
|
||||
],
|
||||
"script": [
|
||||
"@Storefront",
|
||||
"app/storefront/dist/storefront/js/ini-hausschuh-theme.js",
|
||||
"@Plugins"
|
||||
"@Storefront",
|
||||
"app/storefront/dist/storefront/js/ini-hausschuh-theme.js",
|
||||
"@Plugins"
|
||||
],
|
||||
"asset": [
|
||||
"@Storefront",
|
||||
|
9
src/Resources/views/documents/base.html.twig
Normal file
9
src/Resources/views/documents/base.html.twig
Normal file
@ -0,0 +1,9 @@
|
||||
{% sw_extends '@Framework/documents/base.html.twig' %}
|
||||
{{ parent() }}
|
||||
|
||||
|
||||
{% block footer %}
|
||||
<p>mein neuer Text</p>
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user