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",
"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
}

View File

@@ -9,7 +9,7 @@
</div>
</div>
</div>
{{#if radial_graphic}}
<div class="p-absolute radial">
<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)">
@@ -27,6 +27,7 @@
</defs>
</svg>
</div>
{{/if}}
</section>
<!-- Simple Content END -->