0
votes

I want to add field to administration template (src/Administration/Resources/app/administration/src/module/sw-sales-channel/view/sw-sales-channel-detail-base/sw-sales-channel-detail-base.html.twig) but I've noticed that another custom plugin is doing it already.

Is it possible for me to add my field (following this tutorial https://docs.shopware.com/en/shopware-platform-dev-en/how-to/add-admin-new-field) alongside changes from exisitng plugin?

Or the plugin which comes first will apply changes to the component template and the other template will be ommited?

1

1 Answers

0
votes

This should be possible if you both use the {% parent %} method inside the block. In order to this everything published before the current template will be output