first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
generator:
|
||||
param:
|
||||
model_class: stProductObserve
|
||||
title: "Obserwowane produkty"
|
||||
route: "@stProductObserveBackend"
|
||||
icon: "stProductObservePlugin"
|
||||
|
||||
documentation:
|
||||
pl: "https://www.sote.pl/docs/obserwowane-produkty"
|
||||
en: "https://www.soteshop.com/docs/obserwowane-produkty"
|
||||
|
||||
config:
|
||||
display:
|
||||
"NONE": [enabled, product_show]
|
||||
fields:
|
||||
enabled: {name: "Włącz", checked: false, type: checkbox}
|
||||
product_show:
|
||||
name: Ilość obserwowanych
|
||||
type: select
|
||||
display: [3, 4, 6, 8, 9, 12]
|
||||
options:
|
||||
3: {name: 3, value: 3}
|
||||
4: {name: 4, value: 4}
|
||||
6: {name: 6, value: 6}
|
||||
8: {name: 8, value: 8}
|
||||
9: {name: 9, value: 9}
|
||||
12: {name: 12, value: 12}
|
||||
selected: 6
|
||||
|
||||
actions:
|
||||
_save: {name: "Zapisz"}
|
||||
Reference in New Issue
Block a user