1
1
{
2
2
"name" : " Xxllnc suite to Publication" ,
3
- "description" : " " ,
4
- "version" : " " ,
5
- "reference" : " " ,
3
+ "version" : " 0.0.1" ,
6
4
"mapping" : {
7
- "title" : " omschrijving" ,
8
- "summary" : " zaaktypeomschrijving" ,
9
- "description" : " zaaktypeomschrijving" ,
10
- "published" : " " ,
11
- "modified" : " {{ 'now'|date(H:i:sTm-d-Y') }}" ,
12
- "status" : " Concept" ,
13
- "catalog" : " " ,
14
- "publicationType" : " "
15
- },
16
- "unset" : [],
17
- "cast" : {
18
- "title" : " unsetIfValue==omschrijving" ,
19
- "summary" : " unsetIfValue==zaaktypeomschrijving" ,
20
- "description" : " unsetIfValue==zaaktypeomschrijving" ,
21
- "published" : " unsetIfValue==" ,
22
- "catalog" : " unsetIfValue==" ,
23
- "publicationType" : " unsetIfValue=="
5
+ "title" : " omschrijving" ,
6
+ "summary" : " zaaktypeomschrijving" ,
7
+ "description" : " zaaktypeomschrijving" ,
8
+ "category" : " {% if zaaktypecode|default %}{% set wooVerzoekenEnBesluiten = ['LP00000431', 'B1873', 'cherry'] %}{% set klachtoordelen = ['LP00000091', 'LP00001132', 'LP00000121', 'B0757', 'LP00000832', 'LP00001096'] %}{% if zaaktypecode in wooVerzoekenEnBesluiten %}{{ 'Woo-verzoeken en -besluiten' }}{% elseif zaaktypecode in klachtoordelen %}{{ 'Klachtoordelen' }}{% endif %}{% endif %}" ,
9
+ "published" : " startdatum" ,
10
+ "modified" : " {{ 'now'|date('H:i:sTm-d-Y') }}" ,
11
+ "attachments" : " [{% if files|default %}{% for file in files %} { {% if file['titel']|default %}\" title\" : \" {{ file['titel'] }}\" ,{% endif %}\" labels\" : [\" {{ 'Informatieverzoek' }}\" ],{% if file['formaat']|default %}\" extension\" : \" {{ file['formaat']|split('/')|last }}\" ,\" type\" : \" {{ file['formaat'] }}\" ,{% endif %}{% if file['inhoud']|default and file['formaat']|default %}\" accessUrl\" : \" data:{{ file['formaat'] }};base64,{{ file.inhoud }}\" {% endif %} }{{ loop.last ? '' : ',' }} {% endfor %}{% endif %}]" ,
12
+ "status" : " Concept"
13
+ },
14
+ "unset" : [
15
+ " "
16
+ ],
17
+ "cast" : {
18
+ "title" : " unsetIfValue==omschrijving" ,
19
+ "summary" : " unsetIfValue==zaaktypeomschrijving" ,
20
+ "description" : " unsetIfValue==zaaktypeomschrijving" ,
21
+ "category" : " unsetIfValue==" ,
22
+ "published" : " unsetIfValue==startdatum" ,
23
+ "attachments" : " jsonToArray"
24
24
},
25
25
"passThrough" : false
26
26
}
0 commit comments