-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanvil.yaml
39 lines (37 loc) · 1.04 KB
/
anvil.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dependencies: []
services:
- source: /runtime/services/tables.yml
client_config: {}
server_config: {}
startup: {type: module, module: _readme}
package_name: fast_pdf
allow_embedding: false
name: FastPDF
runtime_options:
version: 2
client_version: '3'
server_version: python3-full
server_spec: null
server_spec_disabled: {requirements: '', base: python310-minimal}
metadata: {title: Client & Server Side PDF Generation, description: 'An Anvil wrapper
to create performant PDF Files on the Client Side '}
startup_form: null
native_deps: {head_html: '<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="https://printjs-4de6.kxcdn.com/print.min.js"></script>
'}
db_schema:
files:
client: none
server: full
columns:
- name: path
type: string
admin_ui: {order: 0, width: 200}
- name: file
type: media
admin_ui: {order: 1, width: 200}
- name: file_version
type: string
admin_ui: {order: 2, width: 200}
title: Files
renamed: true