fix: hierarchical location
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m0s

This commit is contained in:
2025-09-25 10:58:26 -04:00
parent 69d4c1f34a
commit 108fca0bcc
2 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@
"aria-label": "", "aria-label": "",
"type": "clone", "type": "clone",
"instructions": "", "instructions": "",
"required": 1, "required": 0,
"conditional_logic": [ "conditional_logic": [
[ [
{ {
@@ -108,7 +108,7 @@
"clone": [ "clone": [
"field_address_geo_location" "field_address_geo_location"
], ],
"display": "seamless", "display": "group",
"layout": "block", "layout": "block",
"prefix_label": 0, "prefix_label": 0,
"prefix_name": 0, "prefix_name": 0,
@@ -326,5 +326,5 @@
"graphql_types": "", "graphql_types": "",
"acfe_meta": "", "acfe_meta": "",
"acfe_note": "", "acfe_note": "",
"modified": 1758811729 "modified": 1758812298
} }

View File

@@ -42,7 +42,7 @@ function ccat_location_register_post_type() {
'hierarchical' => true, 'hierarchical' => true,
'show_ui' => true, 'show_ui' => true,
'show_in_nav_menus' => false, 'show_in_nav_menus' => false,
'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions' ), 'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions', 'page-attributes' ),
'has_archive' => false, 'has_archive' => false,
'rewrite' => array( 'rewrite' => array(
'slug' => 'lieu', 'slug' => 'lieu',