nr 6. twig base.html.twig test
This commit is contained in:
parent
f897612a7e
commit
53c052b057
@ -2,21 +2,21 @@
|
|||||||
"name": "IniHausschuhTheme",
|
"name": "IniHausschuhTheme",
|
||||||
"author": "Shop-Angels",
|
"author": "Shop-Angels",
|
||||||
"views": [
|
"views": [
|
||||||
"@Storefront",
|
"@Storefront",
|
||||||
"@RHWebMagnify",
|
"@RHWebMagnify",
|
||||||
"@Plugins",
|
"@Plugins",
|
||||||
"@IniHausschuhTheme"
|
"@IniHausschuhTheme"
|
||||||
],
|
],
|
||||||
"style": [
|
"style": [
|
||||||
"app/storefront/src/scss/overrides.scss",
|
"app/storefront/src/scss/overrides.scss",
|
||||||
"@RHWebMagnify",
|
"@RHWebMagnify",
|
||||||
"app/storefront/src/scss/base.scss",
|
"app/storefront/src/scss/base.scss",
|
||||||
"@Plugins"
|
"@Plugins"
|
||||||
],
|
],
|
||||||
"script": [
|
"script": [
|
||||||
"@Storefront",
|
"@Storefront",
|
||||||
"app/storefront/dist/storefront/js/ini-hausschuh-theme.js",
|
"app/storefront/dist/storefront/js/ini-hausschuh-theme.js",
|
||||||
"@Plugins"
|
"@Plugins"
|
||||||
],
|
],
|
||||||
"asset": [
|
"asset": [
|
||||||
"@Storefront",
|
"@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