generated from pascalmartineau/wp-skeleton
fix: hierarchical location
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m0s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m0s
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user