-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path__manifest__.py
37 lines (37 loc) · 1.06 KB
/
__manifest__.py
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
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "OpenG2P Formio",
"category": "G2P",
"version": "17.0.0.0.0",
"sequence": 1,
"summary": "Form builders allow you to create, manage, and use dynamic forms with ease.",
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": [
"formio",
"g2p_programs",
"formio_storage_filestore",
"g2p_program_registrant_info",
"g2p_program_reimbursement",
"g2p_program_documents",
],
"data": [
"data/formio_default_js_option.xml",
"views/formio_builder.xml",
"views/program_view.xml",
"wizard/g2p_self_service_program_view_wizard.xml",
],
"external_dependencies": {"python": ["formio-data"]},
"assets": {
"web.assets_backend": [
# builder
"g2p_formio/static/src/scss/formio_builder.scss",
],
},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}