first commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
generator:
|
||||
class: stAdminGenerator
|
||||
param:
|
||||
model_class: false
|
||||
theme: simple
|
||||
applications: []
|
||||
head:
|
||||
package: appAdditionalDescPlugin
|
||||
|
||||
documentation:
|
||||
pl: "https://www.sote.pl/docs/dodatkowy_opis"
|
||||
en: "https://www.soteshop.com/docs/additional_description"
|
||||
|
||||
config:
|
||||
use_stylesheet: [backend/appAdditionalDescPlugin.css]
|
||||
title: Konfiguracja
|
||||
menu:
|
||||
display: [config]
|
||||
fields:
|
||||
config: {name: Konfiguracja, action: "@appAdditionalDescPlugin?action=config"}
|
||||
display:
|
||||
"NONE": [desc2_on, desc2_position]
|
||||
fields:
|
||||
desc2_on: {name: "Aktywuj", type: checkbox_tag, help: "Aktywuje dodatkowy opis na karcie produktu."}
|
||||
desc2_position:
|
||||
name: Wyświetlanie dodatkowego opisu
|
||||
type: select
|
||||
display: [option1, option2, option3]
|
||||
options:
|
||||
option1: {name: Po opisie, value: after}
|
||||
option2: {name: Przed opisem, value: before}
|
||||
option3: {name: Po prawej stronie, value: right}
|
||||
selected: option1
|
||||
actions:
|
||||
_save: {name: "Zapisz"}
|
||||
Reference in New Issue
Block a user