Skip to content

Commit

Permalink
Rework commercials
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Aug 20, 2024
1 parent dabebc0 commit b09e7b0
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 26 deletions.
105 changes: 82 additions & 23 deletions streekomroep-acf-json/group_603c10f5364c8.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
{
"key": "group_603c10f5364c8",
"title": "TV - Kabelkrant reclame",
"title": "Tekst TV - Reclame",
"fields": [
{
"key": "field_603c11fdf28cd",
"label": "Slides",
"name": "tv_reclame_slides",
"label": "Campagnes",
"name": "teksttv_reclame_campagnes",
"aria-label": "",
"type": "repeater",
"instructions": "",
"instructions": "Reclameblokken worden samengesteld uit campagnes. Een campagne kan een of meerdere slides bevatten.",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"collapsed": "",
"layout": "row",
"pagination": 0,
"min": 0,
"max": 0,
"layout": "table",
"button_label": "Nieuwe slide",
"collapsed": "field_603c120ff28ce",
"button_label": "Nieuwe campagne",
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_603c120ff28ce",
"label": "Afbeelding",
"name": "tv_reclame_afbeelding",
"type": "image",
"label": "Slides",
"name": "slides",
"aria-label": "",
"type": "gallery",
"instructions": "",
"required": 0,
"conditional_logic": 0,
Expand All @@ -35,49 +39,103 @@
"id": ""
},
"return_format": "array",
"preview_size": "medium",
"library": "all",
"min": "",
"max": "",
"min_width": "",
"min_height": "",
"min_size": "",
"max_width": "",
"max_height": "",
"max_size": "",
"mime_types": ""
"mime_types": "",
"insert": "prepend",
"preview_size": "thumbnail",
"parent_repeater": "field_603c11fdf28cd"
},
{
"key": "field_603c1232f28cf",
"label": "Begindatum",
"name": "tv_reclame_start",
"label": "Datum in",
"name": "datum_in",
"aria-label": "",
"type": "date_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"width": "27.5",
"class": "",
"id": ""
},
"display_format": "d\/m\/Y",
"return_format": "d\/m\/Y",
"first_day": 1
"first_day": 1,
"parent_repeater": "field_603c11fdf28cd"
},
{
"key": "field_603c126bf28d0",
"label": "Eindddatum",
"name": "tv_reclame_eind",
"label": "Datum uit",
"name": "datum_uit",
"aria-label": "",
"type": "date_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"width": "27.5",
"class": "",
"id": ""
},
"display_format": "d\/m\/Y",
"return_format": "d\/m\/Y",
"first_day": 1
"first_day": 1,
"parent_repeater": "field_603c11fdf28cd"
},
{
"key": "field_66c50b0158e39",
"label": "Seconden",
"name": "seconden",
"aria-label": "",
"type": "number",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "9",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": "",
"placeholder": "",
"step": "",
"prepend": "",
"append": "",
"parent_repeater": "field_603c11fdf28cd"
},
{
"key": "field_66c510307dd5d",
"label": "Groep",
"name": "groep",
"aria-label": "",
"type": "number",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "6",
"class": "",
"id": ""
},
"default_value": 1,
"min": 0,
"max": "",
"placeholder": "",
"step": "",
"prepend": "",
"append": "",
"parent_repeater": "field_603c11fdf28cd"
}
]
}
Expand All @@ -87,7 +145,7 @@
{
"param": "options_page",
"operator": "==",
"value": "tv-instellingen"
"value": "teksttv"
}
]
],
Expand All @@ -99,5 +157,6 @@
"hide_on_screen": "",
"active": true,
"description": "",
"modified": 1615031430
}
"show_in_rest": 0,
"modified": 1724192501
}
28 changes: 25 additions & 3 deletions streekomroep-acf-json/group_66c5010145df1.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "50",
"width": "45",
"class": "",
"id": ""
},
Expand All @@ -329,7 +329,7 @@
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "50",
"width": "45",
"class": "",
"id": ""
},
Expand All @@ -343,6 +343,28 @@
"max_size": "",
"mime_types": "",
"preview_size": "thumbnail"
},
{
"key": "field_66c511bbf12b2",
"label": "Groep",
"name": "groep",
"aria-label": "",
"type": "number",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "10",
"class": "",
"id": ""
},
"default_value": "",
"min": "",
"max": "",
"placeholder": "",
"step": "",
"prepend": "",
"append": ""
}
],
"min": "",
Expand Down Expand Up @@ -381,5 +403,5 @@
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1724187037
"modified": 1724191180
}

0 comments on commit b09e7b0

Please sign in to comment.