feat: Initial plugins and theme
All checks were successful
WordPress deployment / deploy (push) Successful in 9s

This commit is contained in:
2025-08-27 10:46:59 -04:00
parent 79b4fc7565
commit d225837d7b
49 changed files with 9448 additions and 6 deletions

View File

@@ -0,0 +1,243 @@
{
"key": "group_post_resource",
"title": "Post - Resource",
"fields": [
{
"key": "field_685413ded6377",
"label": "Category",
"name": "resource_category",
"aria-label": "",
"type": "taxonomy",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"taxonomy": "resource_category",
"add_term": 0,
"save_terms": 1,
"load_terms": 1,
"return_format": "id",
"field_type": "select",
"max": "",
"allow_null": 0,
"acfe_bidirectional": {
"acfe_bidirectional_enabled": "0"
},
"required_message": "",
"allow_in_bindings": 0,
"bidirectional": 0,
"show_in_graphql": 1,
"graphql_description": "",
"graphql_field_name": "resourceCategory",
"multiple": 0,
"bidirectional_target": [],
"min": ""
},
{
"key": "field_6855b5ae3cfb1",
"label": "Document(s)",
"name": "documents",
"aria-label": "",
"type": "repeater",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"acfe_repeater_stylised_button": 0,
"layout": "row",
"pagination": 0,
"min": 0,
"max": 0,
"collapsed": "",
"button_label": "Ajouter un élément",
"show_in_graphql": 1,
"graphql_description": "",
"graphql_field_name": "resourceItems",
"graphql_non_null": 0,
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_6855b5d43cfb2",
"label": "Title",
"name": "title",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"required_message": "",
"maxlength": "",
"allow_in_bindings": 0,
"placeholder": "",
"prepend": "",
"append": "",
"show_in_graphql": 1,
"graphql_description": "",
"graphql_field_name": "title",
"graphql_non_null": 1,
"parent_repeater": "field_6855b5ae3cfb1"
},
{
"key": "field_6855b5f13cfb3",
"label": "Document type",
"name": "document_type",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"file": "File",
"url": "URL"
},
"default_value": false,
"return_format": "value",
"multiple": 0,
"max": "",
"prepend": "",
"append": "",
"required_message": "",
"allow_null": 0,
"allow_in_bindings": 0,
"ui": 0,
"show_in_graphql": 1,
"graphql_description": "",
"graphql_field_name": "documentType",
"graphql_non_null": 1,
"ajax": 0,
"placeholder": "",
"create_options": 0,
"save_options": 0,
"allow_custom": 0,
"search_placeholder": "",
"min": "",
"parent_repeater": "field_6855b5ae3cfb1"
},
{
"key": "field_6855b6153cfb4",
"label": "File",
"name": "file",
"aria-label": "",
"type": "file",
"instructions": "",
"required": 1,
"conditional_logic": [
[
{
"field": "field_6855b5f13cfb3",
"operator": "==",
"value": "file"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"uploader": "",
"return_format": "id",
"preview_style": "default",
"library": "all",
"upload_folder": "resources",
"button_label": "Add File",
"file_count": 0,
"multiple": 0,
"max": "",
"min_size": "",
"max_size": "",
"mime_types": "",
"allow_in_bindings": 0,
"show_in_graphql": 1,
"graphql_description": "",
"graphql_field_name": "file",
"placeholder": "Select",
"stylised_button": 0,
"min": "",
"parent_repeater": "field_6855b5ae3cfb1"
},
{
"key": "field_6855b6443cfb5",
"label": "URL",
"name": "url",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 1,
"conditional_logic": [
[
{
"field": "field_6855b5f13cfb3",
"operator": "==",
"value": "url"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"required_message": "",
"allow_in_bindings": 0,
"placeholder": "",
"show_in_graphql": 1,
"graphql_description": "",
"graphql_field_name": "url",
"graphql_non_null": 1,
"parent_repeater": "field_6855b5ae3cfb1"
}
]
}
],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "resource"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "seamless",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"acfe_autosync": [
"json"
],
"acfe_form": 0,
"acfe_display_title": "",
"show_in_graphql": 1,
"graphql_field_name": "postResource",
"map_graphql_types_from_location_rules": 0,
"graphql_types": "",
"acfe_meta": "",
"acfe_note": "",
"modified": 1750769553
}