Skip to content

Commit

Permalink
enable dropdown statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericoAndrade committed Sep 12, 2024
1 parent 31ecca3 commit 35e6b71
Showing 1 changed file with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"label": "Public Status",
"name": "public_status",
"aria-label": "",
"type": "text",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
Expand All @@ -254,11 +254,18 @@
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
"choices": {
"Public": "Public",
"Processing": "Processing",
"Private": "Private"
},
"default_value": "Private",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"ui": 0,
"ajax": 0,
"placeholder": ""
},
{
"key": "field_66cba73d7ea4a",
Expand Down Expand Up @@ -300,5 +307,5 @@
"active": true,
"description": "",
"show_in_rest": 1,
"modified": 1725185778
"modified": 1726151131
}

0 comments on commit 35e6b71

Please sign in to comment.