diff --git a/wp/wp-content/themes/medicalalert/acf-json/group_625dc5c18c6d5.json b/wp/wp-content/themes/medicalalert/acf-json/group_625dc5c18c6d5.json index 8c471859..1ca52bc4 100644 --- a/wp/wp-content/themes/medicalalert/acf-json/group_625dc5c18c6d5.json +++ b/wp/wp-content/themes/medicalalert/acf-json/group_625dc5c18c6d5.json @@ -2491,10 +2491,10 @@ }, { "key": "field_676347740b8a9", - "label": "Radial Graphic Position", + "label": "Show Radial Graphic", "name": "radial_graphic", "aria-label": "", - "type": "select", + "type": "true_false", "instructions": "", "required": 0, "conditional_logic": 0, @@ -2503,19 +2503,12 @@ "class": "", "id": "" }, - "choices": { - "none": "Hide Graphic", - "right-graphic": "Right", - "left-graphic": "Left" - }, - "default_value": "none", - "return_format": "value", - "multiple": 0, - "allow_null": 0, + "message": "", + "default_value": 0, "allow_in_bindings": 1, "ui": 0, - "ajax": 0, - "placeholder": "" + "ui_on_text": "", + "ui_off_text": "" } ], "min": "", @@ -8387,5 +8380,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1734563123 + "modified": 1734566269 } diff --git a/wp/wp-content/themes/medicalalert/tpl/simple_content.tpl b/wp/wp-content/themes/medicalalert/tpl/simple_content.tpl index 4f6be3c9..79be08ba 100644 --- a/wp/wp-content/themes/medicalalert/tpl/simple_content.tpl +++ b/wp/wp-content/themes/medicalalert/tpl/simple_content.tpl @@ -9,7 +9,7 @@ - + {{#if radial_graphic}}
@@ -27,6 +27,7 @@
+ {{/if}} \ No newline at end of file