simple content config

This commit is contained in:
2024-12-18 15:59:03 -08:00
parent 01ca26189e
commit 729278ff3f
2 changed files with 9 additions and 15 deletions

View File

@@ -2491,10 +2491,10 @@
}, },
{ {
"key": "field_676347740b8a9", "key": "field_676347740b8a9",
"label": "Radial Graphic Position", "label": "Show Radial Graphic",
"name": "radial_graphic", "name": "radial_graphic",
"aria-label": "", "aria-label": "",
"type": "select", "type": "true_false",
"instructions": "", "instructions": "",
"required": 0, "required": 0,
"conditional_logic": 0, "conditional_logic": 0,
@@ -2503,19 +2503,12 @@
"class": "", "class": "",
"id": "" "id": ""
}, },
"choices": { "message": "",
"none": "Hide Graphic", "default_value": 0,
"right-graphic": "Right",
"left-graphic": "Left"
},
"default_value": "none",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"allow_in_bindings": 1, "allow_in_bindings": 1,
"ui": 0, "ui": 0,
"ajax": 0, "ui_on_text": "",
"placeholder": "" "ui_off_text": ""
} }
], ],
"min": "", "min": "",
@@ -8387,5 +8380,5 @@
"active": true, "active": true,
"description": "", "description": "",
"show_in_rest": 0, "show_in_rest": 0,
"modified": 1734563123 "modified": 1734566269
} }

View File

@@ -9,7 +9,7 @@
</div> </div>
</div> </div>
</div> </div>
{{#if radial_graphic}}
<div class="p-absolute radial"> <div class="p-absolute radial">
<svg width="415" height="565" viewBox="0 0 415 565" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="415" height="565" viewBox="0 0 415 565" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_293_332)"> <g clip-path="url(#clip0_293_332)">
@@ -27,6 +27,7 @@
</defs> </defs>
</svg> </svg>
</div> </div>
{{/if}}
</section> </section>
<!-- Simple Content END --> <!-- Simple Content END -->