Skip to content

Commit

Permalink
Add dagen to teksttv
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Oct 24, 2024
1 parent 256223f commit db406d8
Showing 1 changed file with 62 additions and 18 deletions.
80 changes: 62 additions & 18 deletions streekomroep-acf-json/group_66c5010145df1.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "30",
"width": "20",
"class": "",
"id": ""
},
Expand All @@ -129,8 +129,32 @@
"max_height": "",
"max_size": "",
"mime_types": "",
"allow_in_bindings": 1,
"preview_size": "thumbnail"
},
{
"key": "field_669d49c2261cd",
"label": "Seconden",
"name": "seconden",
"aria-label": "",
"type": "number",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "15",
"class": "",
"id": ""
},
"default_value": 10,
"min": "",
"max": "",
"allow_in_bindings": 1,
"placeholder": "",
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_669d49968fbc3",
"label": "Datum in",
Expand All @@ -141,13 +165,14 @@
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "27.5",
"width": "15",
"class": "",
"id": ""
},
"display_format": "d\/m\/Y",
"return_format": "d\/m\/Y",
"first_day": 1
"first_day": 1,
"allow_in_bindings": 1
},
{
"key": "field_669d49a58fbc4",
Expand All @@ -159,35 +184,54 @@
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "27.5",
"width": "15",
"class": "",
"id": ""
},
"display_format": "d\/m\/Y",
"return_format": "d\/m\/Y",
"first_day": 1
"first_day": 1,
"allow_in_bindings": 1
},
{
"key": "field_669d49c2261cd",
"label": "Seconden",
"name": "seconden",
"key": "field_671ab2972f163",
"label": "Dagen",
"name": "dagen",
"aria-label": "",
"type": "number",
"type": "checkbox",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "15",
"width": "30",
"class": "",
"id": ""
},
"default_value": 10,
"min": "",
"max": "",
"placeholder": "",
"step": "",
"prepend": "",
"append": ""
"choices": {
"1": "ma",
"2": "di",
"3": "wo",
"4": "do",
"5": "vr",
"6": "za",
"7": "zo"
},
"default_value": [
"ma",
"di",
"wo",
"do",
"vr",
"za",
"zo"
],
"return_format": "value",
"allow_custom": 0,
"allow_in_bindings": 0,
"layout": "horizontal",
"toggle": 0,
"save_custom": 0,
"custom_choice_button_text": "Nieuwe keuze toevoegen"
}
],
"min": "",
Expand Down Expand Up @@ -320,5 +364,5 @@
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1727807462
"modified": 1729803241
}

0 comments on commit db406d8

Please sign in to comment.