generated from pascalmartineau/wp-skeleton
wip: field groups
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m9s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m9s
This commit is contained in:
@@ -3,90 +3,9 @@
|
||||
"title": "Post - Membership",
|
||||
"fields": [
|
||||
{
|
||||
"key": "field_6855b1f1c65bf",
|
||||
"label": "Membership plan",
|
||||
"name": "membership_plan",
|
||||
"aria-label": "",
|
||||
"type": "select",
|
||||
"instructions": "",
|
||||
"required": 1,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"choices": {
|
||||
"Membre (individu)": "Membre (individu)",
|
||||
"Membre (organisation)": "Membre (organisation)"
|
||||
},
|
||||
"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": "membershipPlan",
|
||||
"graphql_non_null": 1,
|
||||
"ajax": 0,
|
||||
"placeholder": "",
|
||||
"create_options": 0,
|
||||
"save_options": 0,
|
||||
"allow_custom": 0,
|
||||
"search_placeholder": "",
|
||||
"min": ""
|
||||
},
|
||||
{
|
||||
"key": "field_6855ab54c65bc",
|
||||
"label": "Managed contributor",
|
||||
"name": "contributor",
|
||||
"aria-label": "",
|
||||
"type": "post_object",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"post_type": [
|
||||
"contributor"
|
||||
],
|
||||
"post_status": "",
|
||||
"taxonomy": "",
|
||||
"return_format": "id",
|
||||
"multiple": 0,
|
||||
"save_custom": 0,
|
||||
"save_post_status": "publish",
|
||||
"acfe_add_post": 0,
|
||||
"acfe_edit_post": 0,
|
||||
"acfe_bidirectional": {
|
||||
"acfe_bidirectional_enabled": "0"
|
||||
},
|
||||
"allow_null": 0,
|
||||
"allow_in_bindings": 0,
|
||||
"bidirectional": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "contributor",
|
||||
"graphql_connection_type": "one_to_many",
|
||||
"ui": 1,
|
||||
"bidirectional_target": [],
|
||||
"save_post_type": "",
|
||||
"min": "",
|
||||
"max": ""
|
||||
},
|
||||
{
|
||||
"key": "field_686d1fab5de85",
|
||||
"label": "Billing",
|
||||
"name": "billing",
|
||||
"key": "field_68c85464c2413",
|
||||
"label": "Contact",
|
||||
"name": "contact",
|
||||
"aria-label": "",
|
||||
"type": "group",
|
||||
"instructions": "",
|
||||
@@ -102,8 +21,363 @@
|
||||
"acfe_group_modal": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "payment",
|
||||
"graphql_field_name": "contact",
|
||||
"graphql_non_null": 0,
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large",
|
||||
"sub_fields": [
|
||||
{
|
||||
"key": "field_68c85464c2418",
|
||||
"label": "Person name",
|
||||
"name": "person_name",
|
||||
"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": "personName",
|
||||
"graphql_non_null": 1
|
||||
},
|
||||
{
|
||||
"key": "field_68c85464c2419",
|
||||
"label": "Email",
|
||||
"name": "email",
|
||||
"aria-label": "",
|
||||
"type": "email",
|
||||
"instructions": "",
|
||||
"required": 1,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"default_value": "",
|
||||
"required_message": "",
|
||||
"allow_in_bindings": 0,
|
||||
"placeholder": "",
|
||||
"prepend": "",
|
||||
"append": "",
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "email",
|
||||
"graphql_non_null": 1
|
||||
},
|
||||
{
|
||||
"key": "field_68c85464c241a",
|
||||
"label": "Phone",
|
||||
"name": "phone",
|
||||
"aria-label": "",
|
||||
"type": "acfe_phone_number",
|
||||
"instructions": "",
|
||||
"required": 1,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"countries": [
|
||||
"ca"
|
||||
],
|
||||
"preferred_countries": "",
|
||||
"default_country": "ca",
|
||||
"geolocation": 0,
|
||||
"native": 0,
|
||||
"national": 1,
|
||||
"dropdown": 0,
|
||||
"dial_code": 0,
|
||||
"default_value": "",
|
||||
"placeholder": "",
|
||||
"return_format": "number",
|
||||
"required_message": "",
|
||||
"allow_in_bindings": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "phone",
|
||||
"graphql_non_null": 1,
|
||||
"geolocation_token": ""
|
||||
},
|
||||
{
|
||||
"key": "field_68c85464c241b",
|
||||
"label": "Address",
|
||||
"name": "address",
|
||||
"aria-label": "",
|
||||
"type": "acfe_address",
|
||||
"instructions": "",
|
||||
"required": 1,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"placeholder": "Rechercher une adresse...",
|
||||
"countries": [
|
||||
"ca"
|
||||
],
|
||||
"search_type": "address",
|
||||
"geolocation": 1,
|
||||
"custom_address": 1,
|
||||
"prepend": "",
|
||||
"append": "",
|
||||
"api_key": "",
|
||||
"fields": {
|
||||
"row-row-row-row-row-0": {
|
||||
"field": "street_number",
|
||||
"name": "street_number"
|
||||
},
|
||||
"row-row-row-row-686d21068e1b9": {
|
||||
"field": "street_name",
|
||||
"name": "street_name"
|
||||
},
|
||||
"row-row-row-row-686d210f8e1ba": {
|
||||
"field": "city",
|
||||
"name": "city"
|
||||
},
|
||||
"row-row-row-row-row-1": {
|
||||
"field": "state",
|
||||
"name": "state"
|
||||
},
|
||||
"row-row-row-row-row-2": {
|
||||
"field": "country_short",
|
||||
"name": "country_code"
|
||||
},
|
||||
"row-row-row-row-686d21198e1bb": {
|
||||
"field": "post_code",
|
||||
"name": "postal_code"
|
||||
}
|
||||
},
|
||||
"required_message": "",
|
||||
"allow_in_bindings": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "address",
|
||||
"graphql_non_null": 1,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "field_68c854de2bef8",
|
||||
"label": "Email preferences",
|
||||
"name": "email_preferences",
|
||||
"aria-label": "",
|
||||
"type": "group",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"layout": "block",
|
||||
"acfe_seamless_style": 0,
|
||||
"acfe_group_modal": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "emailPreferences",
|
||||
"graphql_non_null": 1,
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large",
|
||||
"sub_fields": [
|
||||
{
|
||||
"key": "field_686d2332cf01e",
|
||||
"label": "Categorie(s)",
|
||||
"name": "categories",
|
||||
"aria-label": "",
|
||||
"type": "checkbox",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"choices": [],
|
||||
"default_value": [],
|
||||
"return_format": "value",
|
||||
"min": "",
|
||||
"max": "",
|
||||
"allow_custom": 0,
|
||||
"allow_in_bindings": 0,
|
||||
"layout": "vertical",
|
||||
"toggle": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "categories",
|
||||
"graphql_non_null": 0,
|
||||
"save_custom": 0,
|
||||
"custom_choice_button_text": "Add new choice"
|
||||
},
|
||||
{
|
||||
"key": "field_686d230dcf01c",
|
||||
"label": "Discipline(s)",
|
||||
"name": "disciplines",
|
||||
"aria-label": "",
|
||||
"type": "checkbox",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"choices": [],
|
||||
"default_value": [],
|
||||
"return_format": "value",
|
||||
"min": "",
|
||||
"max": "",
|
||||
"allow_custom": 0,
|
||||
"allow_in_bindings": 0,
|
||||
"layout": "vertical",
|
||||
"toggle": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "disciplines",
|
||||
"graphql_non_null": 0,
|
||||
"save_custom": 0,
|
||||
"custom_choice_button_text": "Add new choice"
|
||||
},
|
||||
{
|
||||
"key": "field_686d22b4cf01b",
|
||||
"label": "Event type(s)",
|
||||
"name": "event_types",
|
||||
"aria-label": "",
|
||||
"type": "checkbox",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"graphql_field_name": "eventTypes",
|
||||
"choices": [],
|
||||
"default_value": [],
|
||||
"return_format": "value",
|
||||
"min": "",
|
||||
"max": "",
|
||||
"allow_custom": 0,
|
||||
"allow_in_bindings": 0,
|
||||
"layout": "vertical",
|
||||
"toggle": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_non_null": 0,
|
||||
"save_custom": 0,
|
||||
"custom_choice_button_text": "Add new choice"
|
||||
},
|
||||
{
|
||||
"key": "field_686d2323cf01d",
|
||||
"label": "MRC",
|
||||
"name": "mrc",
|
||||
"aria-label": "",
|
||||
"type": "checkbox",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"choices": [],
|
||||
"default_value": [],
|
||||
"return_format": "value",
|
||||
"min": "",
|
||||
"max": "",
|
||||
"allow_custom": 0,
|
||||
"allow_in_bindings": 0,
|
||||
"layout": "vertical",
|
||||
"toggle": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "mrc",
|
||||
"graphql_non_null": 0,
|
||||
"save_custom": 0,
|
||||
"custom_choice_button_text": "Add new choice"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "field_68c85488c241d",
|
||||
"label": "Same as contact",
|
||||
"name": "billing_same",
|
||||
"aria-label": "",
|
||||
"type": "true_false",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"message": "Billing is the same as contact",
|
||||
"default_value": 0,
|
||||
"allow_in_bindings": 0,
|
||||
"ui": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "sameAsContact",
|
||||
"graphql_non_null": 0,
|
||||
"ui_on_text": "",
|
||||
"ui_off_text": "",
|
||||
"style": ""
|
||||
},
|
||||
{
|
||||
"key": "field_686d1fab5de85",
|
||||
"label": "Billing",
|
||||
"name": "billing",
|
||||
"aria-label": "",
|
||||
"type": "group",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": [
|
||||
[
|
||||
{
|
||||
"field": "field_68c85488c241d",
|
||||
"operator": "!=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
],
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"layout": "block",
|
||||
"acfe_seamless_style": 0,
|
||||
"acfe_group_modal": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "billing",
|
||||
"graphql_non_null": 0,
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large",
|
||||
"sub_fields": [
|
||||
{
|
||||
"key": "field_686d20578e1b5",
|
||||
@@ -203,7 +477,6 @@
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"graphql_field_name": "address",
|
||||
"placeholder": "Rechercher une adresse...",
|
||||
"countries": [
|
||||
"ca"
|
||||
@@ -215,38 +488,82 @@
|
||||
"append": "",
|
||||
"api_key": "",
|
||||
"fields": {
|
||||
"row-0": {
|
||||
"row-row-row-row-0": {
|
||||
"field": "street_number",
|
||||
"name": "street_number"
|
||||
},
|
||||
"686d21068e1b9": {
|
||||
"field": "street_number",
|
||||
"row-row-row-686d21068e1b9": {
|
||||
"field": "street_name",
|
||||
"name": "street_name"
|
||||
},
|
||||
"686d210f8e1ba": {
|
||||
"row-row-row-686d210f8e1ba": {
|
||||
"field": "city",
|
||||
"name": "city"
|
||||
},
|
||||
"row-1": {
|
||||
"row-row-row-row-1": {
|
||||
"field": "state",
|
||||
"name": "state"
|
||||
},
|
||||
"row-2": {
|
||||
"row-row-row-row-2": {
|
||||
"field": "country_short",
|
||||
"name": "country"
|
||||
"name": "country_code"
|
||||
},
|
||||
"686d21198e1bb": {
|
||||
"row-row-row-686d21198e1bb": {
|
||||
"field": "post_code",
|
||||
"name": "post_code"
|
||||
"name": "postal_code"
|
||||
}
|
||||
},
|
||||
"required_message": "",
|
||||
"allow_in_bindings": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "address",
|
||||
"graphql_non_null": 1,
|
||||
"default_value": ""
|
||||
}
|
||||
],
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "field_6855b1f1c65bf",
|
||||
"label": "Membership type",
|
||||
"name": "membership_type",
|
||||
"aria-label": "",
|
||||
"type": "select",
|
||||
"instructions": "",
|
||||
"required": 1,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"choices": {
|
||||
"individual": "Individu",
|
||||
"collective": "Collectif artistique",
|
||||
"organization": "Organisation",
|
||||
"institution": "Institution"
|
||||
},
|
||||
"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": "membershipType",
|
||||
"graphql_non_null": 1,
|
||||
"ajax": 0,
|
||||
"placeholder": "",
|
||||
"create_options": 0,
|
||||
"save_options": 0,
|
||||
"allow_custom": 0,
|
||||
"search_placeholder": "",
|
||||
"min": ""
|
||||
},
|
||||
{
|
||||
"key": "field_686d1ffa5de87",
|
||||
@@ -261,7 +578,7 @@
|
||||
{
|
||||
"field": "field_6855b1f1c65bf",
|
||||
"operator": "==",
|
||||
"value": "Membre (individu)"
|
||||
"value": "individu"
|
||||
}
|
||||
]
|
||||
],
|
||||
@@ -283,7 +600,41 @@
|
||||
"acfe_group_modal_size": "large"
|
||||
},
|
||||
{
|
||||
"key": "field_686d20215de88",
|
||||
"key": "field_68c8576ca8217",
|
||||
"label": "Collective profile",
|
||||
"name": "collective_profile",
|
||||
"aria-label": "",
|
||||
"type": "group",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": [
|
||||
[
|
||||
{
|
||||
"field": "field_6855b1f1c65bf",
|
||||
"operator": "==",
|
||||
"value": "collective"
|
||||
}
|
||||
]
|
||||
],
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"layout": "block",
|
||||
"acfe_seamless_style": 0,
|
||||
"acfe_group_modal": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "collectiveProfile",
|
||||
"graphql_non_null": 0,
|
||||
"sub_fields": [],
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large"
|
||||
},
|
||||
{
|
||||
"key": "field_68c85785a8218",
|
||||
"label": "Organization profile",
|
||||
"name": "organization_profile",
|
||||
"aria-label": "",
|
||||
@@ -295,7 +646,7 @@
|
||||
{
|
||||
"field": "field_6855b1f1c65bf",
|
||||
"operator": "==",
|
||||
"value": "Membre (organisation)"
|
||||
"value": "organization"
|
||||
}
|
||||
]
|
||||
],
|
||||
@@ -315,6 +666,40 @@
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large"
|
||||
},
|
||||
{
|
||||
"key": "field_68c857a5a8219",
|
||||
"label": "Institution profile",
|
||||
"name": "institution_profile",
|
||||
"aria-label": "",
|
||||
"type": "group",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": [
|
||||
[
|
||||
{
|
||||
"field": "field_6855b1f1c65bf",
|
||||
"operator": "==",
|
||||
"value": "institution"
|
||||
}
|
||||
]
|
||||
],
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"layout": "block",
|
||||
"acfe_seamless_style": 0,
|
||||
"acfe_group_modal": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "institutionProfile",
|
||||
"graphql_non_null": 0,
|
||||
"sub_fields": [],
|
||||
"acfe_group_modal_close": 0,
|
||||
"acfe_group_modal_button": "",
|
||||
"acfe_group_modal_size": "large"
|
||||
}
|
||||
],
|
||||
"location": [
|
||||
@@ -341,10 +726,10 @@
|
||||
"acfe_form": 0,
|
||||
"acfe_display_title": "",
|
||||
"show_in_graphql": 1,
|
||||
"graphql_field_name": "postMembership",
|
||||
"graphql_field_name": "groupPostMembership",
|
||||
"map_graphql_types_from_location_rules": 0,
|
||||
"graphql_types": "",
|
||||
"acfe_meta": "",
|
||||
"acfe_note": "",
|
||||
"modified": 1751982478
|
||||
}
|
||||
"modified": 1757960388
|
||||
}
|
||||
Reference in New Issue
Block a user