46 lines
2.0 KiB
YAML
46 lines
2.0 KiB
YAML
generator:
|
|
class: stAdminGenerator
|
|
param:
|
|
model_class: NewsletterUser
|
|
theme: simple
|
|
documentation:
|
|
pl: https://www.sote.pl/docs/newsletter-sklep-internetowy
|
|
en: https://www.soteshop.com/docs/newsletter
|
|
head:
|
|
package: stNewsletterPlugin
|
|
|
|
list:
|
|
title: Adresy
|
|
description: Wysyłanie wiadomości do klientów
|
|
display: [=email, confirm, created_at]
|
|
|
|
fields:
|
|
confirm: {name: Potwierdzony}
|
|
created_at: {name: Utworzona}
|
|
|
|
actions:
|
|
_create: {name: Dodaj}
|
|
object_actions:
|
|
_edit: -
|
|
_delete: -
|
|
|
|
edit:
|
|
title: Edycja adresu
|
|
description: Wysyłanie wiadomości do klientów
|
|
display: [id, email, confirm, ~newsletter_group, ~user_show_languages]
|
|
fields:
|
|
user_info: {name: Informacje o kliencie}
|
|
email: {name: Adres e-mail, params: size=32}
|
|
user_show_languages: {name: Narodowość}
|
|
confirm: {name: Potwierdzony}
|
|
newsletter_group: {name: Grupy, type: plain}
|
|
|
|
|
|
actions:
|
|
_delete: {name: Usuń}
|
|
_list: {name: Lista}
|
|
_save_and_send_confirm: {name: Wyślij prośbę o potwierdzenie, icon: send, params: force_submit=true name=save_and_send_confirm, i18n: stNewsletterBackend}
|
|
_save: {name: Zapisz}
|
|
|
|
create:
|
|
title: Dodaj adres |