|
1 | 1 | sylius_twig_hooks:
|
2 | 2 | hooks:
|
3 | 3 | 'sylius_admin.product.create.content.form.side_navigation':
|
4 |
| - general: |
5 |
| - template: '@SyliusAdmin/product/form/side_navigation/general.html.twig' |
6 |
| - configuration: |
7 |
| - active: true |
8 | 4 | channel_pricing:
|
9 |
| - template: '@SyliusAdmin/product/form/side_navigation/channel_pricing.html.twig' |
10 |
| - taxes: |
11 |
| - template: '@SyliusAdmin/product/form/side_navigation/taxes.html.twig' |
12 |
| - shipping: |
13 |
| - template: '@SyliusAdmin/product/form/side_navigation/shipping.html.twig' |
14 |
| - inventory: |
15 |
| - template: '@SyliusAdmin/product/form/side_navigation/inventory.html.twig' |
16 |
| - translations: |
17 |
| - template: '@SyliusAdmin/product/form/side_navigation/translations.html.twig' |
18 |
| - taxonomy: |
19 |
| - template: '@SyliusAdmin/product/form/side_navigation/taxonomy.html.twig' |
20 |
| - attributes: |
21 |
| - template: '@SyliusAdmin/product/form/side_navigation/attributes.html.twig' |
22 |
| - associations: |
23 |
| - template: '@SyliusAdmin/product/form/side_navigation/associations.html.twig' |
24 |
| - media: |
25 |
| - template: '@SyliusAdmin/product/form/side_navigation/media.html.twig' |
26 | 5 | bundle:
|
27 | 6 | template: '@BitBagSyliusProductBundlePlugin/Admin/product/form/side_navigation/bundle.html.twig'
|
28 | 7 |
|
29 | 8 | 'sylius_admin.product.create.content.form.sections':
|
30 |
| - general: |
31 |
| - template: '@SyliusAdmin/product/form/sections/general.html.twig' |
32 |
| - configuration: |
33 |
| - active: true |
34 |
| - channel_pricing: |
35 |
| - template: '@SyliusAdmin/product/form/sections/channel_pricing.html.twig' |
36 |
| - taxes: |
37 |
| - template: '@SyliusAdmin/product/form/sections/taxes.html.twig' |
38 |
| - shipping: |
39 |
| - template: '@SyliusAdmin/product/form/sections/shipping.html.twig' |
40 |
| - inventory: |
41 |
| - template: '@SyliusAdmin/product/form/sections/inventory.html.twig' |
42 |
| - translations: |
43 |
| - template: '@SyliusAdmin/product/form/sections/translations.html.twig' |
44 |
| - taxonomy: |
45 |
| - template: '@SyliusAdmin/product/form/sections/taxonomy.html.twig' |
46 |
| - attributes: |
47 |
| - template: '@SyliusAdmin/product/form/sections/attributes.html.twig' |
48 |
| - associations: |
49 |
| - template: '@SyliusAdmin/product/form/sections/associations.html.twig' |
50 |
| - media: |
51 |
| - template: '@SyliusAdmin/product/form/sections/media.html.twig' |
52 | 9 | bundle:
|
53 | 10 | template: '@BitBagSyliusProductBundlePlugin/Admin/product/form/sections/bundle.html.twig'
|
54 | 11 |
|
|
0 commit comments