feat: group_post_listing

This commit is contained in:
2025-09-24 16:04:33 -04:00
parent 299213d5e9
commit 425ee29ddc
2 changed files with 42 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ __( "Billing", 'ccat' );
__( "Billing is the same as contact", 'ccat' ); __( "Billing is the same as contact", 'ccat' );
__( "Builder", 'ccat' ); __( "Builder", 'ccat' );
__( "Cancelled", 'ccat' ); __( "Cancelled", 'ccat' );
__( "Categorie(s)", 'ccat' );
__( "Collectif artistique", 'ccat' ); __( "Collectif artistique", 'ccat' );
__( "Collective profile", 'ccat' ); __( "Collective profile", 'ccat' );
__( "Complete", 'ccat' ); __( "Complete", 'ccat' );
@@ -57,6 +58,7 @@ __( "Enfants", 'ccat' );
__( "Entity", 'ccat' ); __( "Entity", 'ccat' );
__( "Event", 'ccat' ); __( "Event", 'ccat' );
__( "Event type", 'ccat' ); __( "Event type", 'ccat' );
__( "Event type(s)", 'ccat' );
__( "Exposition", 'ccat' ); __( "Exposition", 'ccat' );
__( "Failed", 'ccat' ); __( "Failed", 'ccat' );
__( "Familial", 'ccat' ); __( "Familial", 'ccat' );
@@ -83,10 +85,10 @@ __( "Language(s)", 'ccat' );
__( "Locality", 'ccat' ); __( "Locality", 'ccat' );
__( "Location", 'ccat' ); __( "Location", 'ccat' );
__( "Location type", 'ccat' ); __( "Location type", 'ccat' );
__( "MRC", 'ccat' );
__( "Media type", 'ccat' ); __( "Media type", 'ccat' );
__( "Media(s)", 'ccat' ); __( "Media(s)", 'ccat' );
__( "Profile type", 'ccat' ); __( "Membership(s)", 'ccat' );
__( "Profile(s)", 'ccat' );
__( "Message", 'ccat' ); __( "Message", 'ccat' );
__( "Minimum price", 'ccat' ); __( "Minimum price", 'ccat' );
__( "Moral entity", 'ccat' ); __( "Moral entity", 'ccat' );
@@ -109,15 +111,17 @@ __( "Possible configuration(s)", 'ccat' );
__( "Post – Article", 'ccat' ); __( "Post – Article", 'ccat' );
__( "Post – Contributor", 'ccat' ); __( "Post – Contributor", 'ccat' );
__( "Post – Event", 'ccat' ); __( "Post – Event", 'ccat' );
__( "Post – Listing", 'ccat' );
__( "Post – Location", 'ccat' ); __( "Post – Location", 'ccat' );
__( "Post – Profile", 'ccat' );
__( "Post – Page", 'ccat' ); __( "Post – Page", 'ccat' );
__( "Post – Profile", 'ccat' );
__( "Post – Project", 'ccat' ); __( "Post – Project", 'ccat' );
__( "Post – Representation", 'ccat' ); __( "Post – Representation", 'ccat' );
__( "Post – Resource", 'ccat' ); __( "Post – Resource", 'ccat' );
__( "Post – Template", 'ccat' ); __( "Post – Template", 'ccat' );
__( "Postponed", 'ccat' ); __( "Postponed", 'ccat' );
__( "Pricing", 'ccat' ); __( "Pricing", 'ccat' );
__( "Profile type", 'ccat' );
__( "Profile(s)", 'ccat' ); __( "Profile(s)", 'ccat' );
__( "Project categorie(s)", 'ccat' ); __( "Project categorie(s)", 'ccat' );
__( "Range", 'ccat' ); __( "Range", 'ccat' );

View File

@@ -0,0 +1,35 @@
{
"key": "group_post_listing",
"title": "Post - Listing",
"fields": [],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "listing"
}
]
],
"menu_order": 0,
"position": "acf_after_title",
"style": "seamless",
"label_placement": "left",
"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": "postListing",
"map_graphql_types_from_location_rules": 0,
"graphql_types": "",
"acfe_meta": "",
"acfe_note": "",
"modified": 1758744226
}