add plugin web2print
This commit is contained in:
parent
1f024a7e71
commit
d3b9220931
17 changed files with 596 additions and 2 deletions
20
site/plugins/web2print/src/blueprints/tabs/web2print.yml
Normal file
20
site/plugins/web2print/src/blueprints/tabs/web2print.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
label: web2print
|
||||
icon: print
|
||||
sections:
|
||||
web2printSection:
|
||||
type: fields
|
||||
fields:
|
||||
printFormat:
|
||||
label: Format
|
||||
type: select
|
||||
options:
|
||||
- A4
|
||||
- A5
|
||||
width: 1/4
|
||||
generatePdfBtn:
|
||||
type: web2print
|
||||
width: 1/4
|
||||
generatedPdfs:
|
||||
label: PDF générés
|
||||
type: files
|
||||
width: 1/4
|
||||
Loading…
Add table
Add a link
Reference in a new issue