Skip to content

Commit

Permalink
Put commercials in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Aug 22, 2024
1 parent 79d9bb0 commit 92ef1d8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 18 deletions.
32 changes: 23 additions & 9 deletions streekomroep-acf-json/group_603c10f5364c8.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"label": "Groep",
"name": "groep",
"aria-label": "",
"type": "number",
"type": "checkbox",
"instructions": "Om te voorkomen dat bepaalde campagnes in hetzelfde blok zitten, bijvoorbeeld twee slagers, kunnen campagnes gegroepeerd worden. Zorg dat iedere groep minimaal één keer in de carroussel ingepland wordt.",
"required": 0,
"conditional_logic": 0,
Expand All @@ -128,13 +128,27 @@
"class": "",
"id": ""
},
"default_value": 1,
"min": 0,
"max": "",
"placeholder": "",
"step": "",
"prepend": "",
"append": "",
"choices": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10"
},
"default_value": [
1
],
"return_format": "value",
"allow_custom": 0,
"layout": "horizontal",
"toggle": 0,
"save_custom": 0,
"custom_choice_button_text": "Nieuwe keuze toevoegen",
"parent_repeater": "field_603c11fdf28cd"
}
]
Expand All @@ -158,5 +172,5 @@
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1724193317
"modified": 1724348609
}
30 changes: 21 additions & 9 deletions streekomroep-acf-json/group_66c5010145df1.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"class": "",
"id": ""
},
"default_value": "",
"default_value": 10,
"min": "",
"max": "",
"placeholder": "",
Expand Down Expand Up @@ -349,7 +349,7 @@
"label": "Groep",
"name": "groep",
"aria-label": "",
"type": "number",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
Expand All @@ -358,13 +358,25 @@
"class": "",
"id": ""
},
"choices": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10"
},
"default_value": 1,
"min": "",
"max": "",
"placeholder": "",
"step": "",
"prepend": "",
"append": ""
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"ui": 0,
"ajax": 0,
"placeholder": ""
}
],
"min": "",
Expand Down Expand Up @@ -403,5 +415,5 @@
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1724193486
"modified": 1724348870
}

0 comments on commit 92ef1d8

Please sign in to comment.