diff --git a/wp-content/themes/ccat/acf-json/acf-translations.php b/wp-content/themes/ccat/acf-json/acf-translations.php index e25e577..d1273f4 100644 --- a/wp-content/themes/ccat/acf-json/acf-translations.php +++ b/wp-content/themes/ccat/acf-json/acf-translations.php @@ -23,6 +23,7 @@ __( "Billing", 'ccat' ); __( "Billing is the same as contact", 'ccat' ); __( "Builder", 'ccat' ); __( "Cancelled", 'ccat' ); +__( "Categorie(s)", 'ccat' ); __( "Collectif artistique", 'ccat' ); __( "Collective profile", 'ccat' ); __( "Complete", 'ccat' ); @@ -57,6 +58,7 @@ __( "Enfants", 'ccat' ); __( "Entity", 'ccat' ); __( "Event", 'ccat' ); __( "Event type", 'ccat' ); +__( "Event type(s)", 'ccat' ); __( "Exposition", 'ccat' ); __( "Failed", 'ccat' ); __( "Familial", 'ccat' ); @@ -83,10 +85,10 @@ __( "Language(s)", 'ccat' ); __( "Locality", 'ccat' ); __( "Location", 'ccat' ); __( "Location type", 'ccat' ); +__( "MRC", 'ccat' ); __( "Media type", 'ccat' ); __( "Media(s)", 'ccat' ); -__( "Profile type", 'ccat' ); -__( "Profile(s)", 'ccat' ); +__( "Membership(s)", 'ccat' ); __( "Message", 'ccat' ); __( "Minimum price", 'ccat' ); __( "Moral entity", 'ccat' ); @@ -109,15 +111,17 @@ __( "Possible configuration(s)", 'ccat' ); __( "Post – Article", 'ccat' ); __( "Post – Contributor", 'ccat' ); __( "Post – Event", 'ccat' ); +__( "Post – Listing", 'ccat' ); __( "Post – Location", 'ccat' ); -__( "Post – Profile", 'ccat' ); __( "Post – Page", 'ccat' ); +__( "Post – Profile", 'ccat' ); __( "Post – Project", 'ccat' ); __( "Post – Representation", 'ccat' ); __( "Post – Resource", 'ccat' ); __( "Post – Template", 'ccat' ); __( "Postponed", 'ccat' ); __( "Pricing", 'ccat' ); +__( "Profile type", 'ccat' ); __( "Profile(s)", 'ccat' ); __( "Project categorie(s)", 'ccat' ); __( "Range", 'ccat' ); diff --git a/wp-content/themes/ccat/acf-json/group_post_listing.json b/wp-content/themes/ccat/acf-json/group_post_listing.json new file mode 100644 index 0000000..d63f4a8 --- /dev/null +++ b/wp-content/themes/ccat/acf-json/group_post_listing.json @@ -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 +}