-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintegration_types.dist.yml
82 lines (82 loc) · 3.01 KB
/
integration_types.dist.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Integration types
integration_types:
24378:
name: 'Widgets' # name of the type
description: 'Kant en klare html-modules die je in je website kan inpassen' # description show on the form
price: 110.0 # price for this widget
url: '/#!/integrations#widgets' # url for more information
get_started_url: 'https://documentatie.uitdatabank.be/content/widgets/latest/start.html'
extra_info: # list of bullet points that are shown in the footer of the application
- 'Geschikt voor basisoplossingen'
- 'Zelf of door publiq in te stellen'
action_button: 'widgets'
group_id: 'group_id'
sapi_version: 3
type: 'output'
self_service: true
enable_activation: true
uitid_permissions: [3, 24378]
uitpas_permissions: [22678]
insightly_integration_type: 'WIDGETS_V3'
24379:
name: 'Search API 3'
description: 'Toegang tot de nieuwste zoekengine van de UiTdatabank'
price: 80.0
url: '/#!/integrations#api'
get_started_url: 'https://documentatie.uitdatabank.be/content/search_api_3/latest/getting-started.html'
extra_info:
- 'Gestoeld op de JSON-LD-technologie'
- 'Robuuste performantie'
group_id: 'group_id'
sapi_version: 3
type: 'output'
self_service: true
enable_activation: true
uitid_permissions: [3, 24379]
uitpas_permissions: [22678]
insightly_integration_type: 'SEARCH_V3'
24380:
name: 'Entry API'
description: 'Via Entry API kan je items in UiTdatabank aanmaken, aanpassen en verwijderen.'
price: 0
url: '/#!/integrations#api'
get_started_url: 'https://documentatie.uitdatabank.be/content/entry_api_3/latest/start.html'
extra_info:
- 'JSON-standaard'
- 'Activatie op live-omgeving enkel op aanvraag'
group_id: 'group_id'
sapi_version: 3
self_service: false
type: 'input'
enable_activation: true
uitid_permissions: [3, 24380, 24640]
uitpas_permissions: [22678]
insightly_integration_type: 'ENTRY_V3'
24745:
name: 'Culturefeed'
description: 'Modules waarmee je een UiTagenda integreert in een Drupal-site'
price: 80.0
url: '/#!/integrations#culturefeed'
get_started_url: 'https://github.com/cultuurnet/culturefeed/wiki'
extra_info:
- 'Van agenda tot een volledige (campagne)website'
- 'Fijngestelde SEO'
group_id: 'group_id'
sapi_version: 2
type: 'output'
self_service: true
enable_activation: false
24742:
name: 'API2'
description: 'Toegang tot de zoekengine van de UiTdatabank'
price: 80.0
url: '/#!/integrations#api'
get_started_url: 'http://documentatie.uitdatabank.be/content/search_api/latest/start.html'
extra_info:
- 'Platformonafhankelijk via XML-standaard'
- 'Individuele oplossingen op maat zijn mogelijk'
group_id: 'group_id'
sapi_version: 2
type: 'output'
self_service: true
enable_activation: false