Я хочу добавить сюда таблицу
Как и в случае с клиентом -> изменить. Я разобрался, как его создать (в системе. xml):
<system>
<tab id="example_tab" sortOrder="10">
<label>MYModule</label>
</tab>
<section id="example_section" translate="label" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Example config section</label>
<tab>example_tab</tab>
<resource>MYModule_SendCoupon::config</resource>
<group id="general" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Partner Informations</label>
<field id="name" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Name</label>
<validate>required-entry validate-number</validate>
</field>
</group>
</section>
</system>
Но я понятия не имею, как показать это в моей форме. Предложения