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": "",
|
||||
"type": "clone",
|
||||
"instructions": "",
|
||||
"required": 1,
|
||||
"required": 0,
|
||||
"conditional_logic": [
|
||||
[
|
||||
{
|
||||
@@ -108,7 +108,7 @@
|
||||
"clone": [
|
||||
"field_address_geo_location"
|
||||
],
|
||||
"display": "seamless",
|
||||
"display": "group",
|
||||
"layout": "block",
|
||||
"prefix_label": 0,
|
||||
"prefix_name": 0,
|
||||
@@ -326,5 +326,5 @@
|
||||
"graphql_types": "",
|
||||
"acfe_meta": "",
|
||||
"acfe_note": "",
|
||||
"modified": 1758811729
|
||||
"modified": 1758812298
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ function ccat_location_register_post_type() {
|
||||
'hierarchical' => true,
|
||||
'show_ui' => true,
|
||||
'show_in_nav_menus' => false,
|
||||
'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions' ),
|
||||
'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions', 'page-attributes' ),
|
||||
'has_archive' => false,
|
||||
'rewrite' => array(
|
||||
'slug' => 'lieu',
|
||||
|
||||
Reference in New Issue
Block a user