Icons for payment methods

This commit is contained in:
2026-08-05 17:41:35 +02:00
parent daff70b4fe
commit f8dba18854
16 changed files with 473 additions and 190 deletions
@@ -29,6 +29,7 @@ class UndefinedPaymentModule extends AbstractEventPaymentModule
{
return [
['name' => 'payment_information', 'label' => 'Zahlungsinformationen', 'type' => 'richtext', 'required' => true],
['name' => 'icon', 'label' => 'Symbol', 'type' => 'icon', 'required' => false],
];
}